From 93daa102402084d830f66ca30cb409c447e85248 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 15 Jan 2019 16:24:28 +0800 Subject: [PATCH] 1 --- gitlab/githelper.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab/githelper.py b/gitlab/githelper.py index 1968ab2..1f48445 100644 --- a/gitlab/githelper.py +++ b/gitlab/githelper.py @@ -20,6 +20,8 @@ for proj in projects: path = proj['namespace']['path'] if path != 'publish': continue + if name == 'game1008_wsproxy': + continue if not os.path.exists('repository/%s' % path): os.mkdir('repository/%s' % (path)) if not os.path.exists('repository/%s/%s' % (path, name)):