dont overwrite zips
This commit is contained in:
parent
bc84f22f7a
commit
a2e29d64d2
@ -359,8 +359,8 @@ def update(config):
|
|||||||
return 1
|
return 1
|
||||||
|
|
||||||
rc = 0
|
rc = 0
|
||||||
DEST = os.path.join(SAVE_DIR, 'plugins.zip')
|
for idx, REPO_URL in enumerate(urls):
|
||||||
for REPO_URL in urls:
|
DEST = os.path.join(SAVE_DIR, 'plugins%d.zip' % idx)
|
||||||
logging.info('Downloading plugins from %s to %s', REPO_URL, DEST)
|
logging.info('Downloading plugins from %s to %s', REPO_URL, DEST)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user