Skip to content
Permalink
Browse files
[processing] fix variable name
  • Loading branch information
slarosa committed Feb 17, 2018
1 parent f31ba78 commit a8a449f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -59,7 +59,7 @@ def execute(self):
shutil.copy(f, ScriptUtils.scriptsFolders()[0])
valid += 1
except OSError as e:
QgsMessageLog.logMessage("Could not copy script '{}'\n{}".format(s, str(e)),
QgsMessageLog.logMessage("Could not copy script '{}'\n{}".format(f, str(e)),
"Processing",
Qgis.Warning)

0 comments on commit a8a449f

Please sign in to comment.