1
This commit is contained in:
parent
3b3914844e
commit
ff2b21926d
@ -18,8 +18,8 @@ for proj in projects:
|
|||||||
http_url_to_repo = proj['http_url_to_repo']
|
http_url_to_repo = proj['http_url_to_repo']
|
||||||
name = proj['name']
|
name = proj['name']
|
||||||
path = proj['namespace']['path']
|
path = proj['namespace']['path']
|
||||||
# if path != 'publish' or not ('game1008' in name):
|
if path != 'publish':
|
||||||
# continue
|
continue
|
||||||
if not os.path.exists('repository/%s' % path):
|
if not os.path.exists('repository/%s' % path):
|
||||||
os.mkdir('repository/%s' % (path))
|
os.mkdir('repository/%s' % (path))
|
||||||
if not os.path.exists('repository/%s/%s' % (path, name)):
|
if not os.path.exists('repository/%s/%s' % (path, name)):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user