From 82536f4f0d84f9a0d7ef65afd84c3cb82591e335 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 14 Oct 2020 17:15:13 +0200 Subject: [PATCH] Fix variable --- wo/core/fileutils.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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))