Skip to content

Commit a8a449f

Browse files
committed
[processing] fix variable name
1 parent f31ba78 commit a8a449f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/script/AddScriptFromFileAction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def execute(self):
5959
shutil.copy(f, ScriptUtils.scriptsFolders()[0])
6060
valid += 1
6161
except OSError as e:
62-
QgsMessageLog.logMessage("Could not copy script '{}'\n{}".format(s, str(e)),
62+
QgsMessageLog.logMessage("Could not copy script '{}'\n{}".format(f, str(e)),
6363
"Processing",
6464
Qgis.Warning)
6565

0 commit comments

Comments
 (0)