diff --git a/gitlab/githelper.py b/gitlab/githelper.py index 26bf3be..ac52ab5 100644 --- a/gitlab/githelper.py +++ b/gitlab/githelper.py @@ -18,8 +18,8 @@ for proj in projects: http_url_to_repo = proj['http_url_to_repo'] name = proj['name'] path = proj['namespace']['path'] -# if path != 'publish' or not ('game1008' in name): -# continue + if path != 'publish': + continue if not os.path.exists('repository/%s' % path): os.mkdir('repository/%s' % (path)) if not os.path.exists('repository/%s/%s' % (path, name)):