mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
[processing] fix variable name
This commit is contained in:
parent
f31ba78ccd
commit
a8a449f8c1
@ -59,7 +59,7 @@ class AddScriptFromFileAction(ToolboxAction):
|
||||
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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user