clockfort/GitHub-Backup

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'

I have the same problem when using -o option and organization neame. Any idea how to fix it?

Getting the same error here as well.

Getting same error. Everything worked well for user. But when I added -o orgname, got the above error

I am getting the same error as well.

stv0g commented

fixed by #34