AttributeError: 'Github' object has no attribute 'get_org'
zen opened this issue · 5 comments
zen commented
When invoked as:
./github-backup.py token_or_password ~./github_backup -o org_name
I'm getting
Traceback (most recent call last):
File "./github-backup.py", line 156, in
main()
File "./github-backup.py", line 56, in main
org = gh.get_org(args.org)
AttributeError: 'Github' object has no attribute 'get_org'
mwenell commented
I have the same problem when using -o option and organization neame. Any idea how to fix it?
kmentch commented
Getting the same error here as well.
victorkane commented
Getting same error. Everything worked well for user. But when I added -o orgname
, got the above error
brian-oster-acme commented
I am getting the same error as well.