Skip to content
Snippets Groups Projects
Commit 8b67f909 authored by Git Mirror's avatar Git Mirror
Browse files

Restoring original behavior for my forked python-gitlab

parent 3110fb9e
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,10 @@ elif len(args) > 1:
project_name=args[0]
git=gitlab.Gitlab(gitlab_url,token_secret,version=6)
#current python-gitlab behavior
#git=gitlab.Gitlab(gitlab_url,token_secret,version=6)
#command for my forked version https://github.com/sag47/python-gitlab.git
git=gitlab.Gitlab(gitlab_url,token_secret)
def findgroup(gname):
#Locate the group
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment