We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf722c2 + f0ad8bd commit f1fd11dCopy full SHA for f1fd11d
src/DataBUS/neotomaHelpers/parse_arguments.py
@@ -75,4 +75,4 @@ def parse_arguments():
75
f"The file '{args.template}' could not be found within the current path."
76
)
77
78
- return {"data": args.data, "template": args.template, "upload": args.upload, "logs": args.logs}
+ return {"data": args.data, "template": args.template, "upload": args.upload, "logs": args.log}
0 commit comments