-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
When downloading and attempting to run the script, I received the following error.
Traceback (most recent call last):
File "/mnt/sdb/GitHub/export-stars/export_stars/./export_stars.py", line 60, in <module>
main()
File "/mnt/sdb/GitHub/export-stars/export_stars/./export_stars.py", line 44, in main
if not args.token:
^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'token'
I added a 'dest' parameter to the parse_args() function and the issue was resolved.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels