You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieving existing Stash projects...done
Processing GitLab projects...
Traceback (most recent call last):
File "gitlab_to_stash.py", line 273, in
main()
File "gitlab_to_stash.py", line 139, in main
for project in gen_all_results(git.getallprojects,
AttributeError: 'Gitlab' object has no attribute 'getallprojects'
The text was updated successfully, but these errors were encountered:
Unfortunately, this project is not actively maintained since we switched away from GitLab a while ago. It seems that the GitLab API must have changed since this code was written. I updated the project README.
Retrieving existing Stash projects...done
Processing GitLab projects...
Traceback (most recent call last):
File "gitlab_to_stash.py", line 273, in
main()
File "gitlab_to_stash.py", line 139, in main
for project in gen_all_results(git.getallprojects,
AttributeError: 'Gitlab' object has no attribute 'getallprojects'
The text was updated successfully, but these errors were encountered: