Skip to content

Commit

Permalink
[processing] fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Feb 17, 2018
1 parent f31ba78 commit a8a449f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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)

Expand Down

0 comments on commit a8a449f

Please sign in to comment.