We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ad8bd commit 953dec1Copy full SHA for 953dec1
1 file changed
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.log}
+ return {"data": args.data, "template": args.template, "upload": args.upload, "logs": args.logs}
0 commit comments