diff --git a/wo/core/fileutils.py b/wo/core/fileutils.py index ec03698..6f40ebc 100644 --- a/wo/core/fileutils.py +++ b/wo/core/fileutils.py @@ -409,4 +409,6 @@ class WOFileUtils(): self.mvfile("/tmp/{0}".format(filename), filepath + filename) except Exception as e: Log.debug(self, "{0}".format(e)) - Log.error(self, "Unable to change owner : {0} ".format(path)) + Log.error( + self, + "Unable to move file : {0} ".format(filepath + filename))