Skip to content

Commit f1fd11d

Browse files
committed
fix
2 parents bf722c2 + f0ad8bd commit f1fd11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataBUS/neotomaHelpers/parse_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ def parse_arguments():
7575
f"The file '{args.template}' could not be found within the current path."
7676
)
7777

78-
return {"data": args.data, "template": args.template, "upload": args.upload, "logs": args.logs}
78+
return {"data": args.data, "template": args.template, "upload": args.upload, "logs": args.log}

0 commit comments

Comments
 (0)