1
0
Fork 0
mirror of synced 2024-09-28 15:22:16 +12:00
This commit is contained in:
Ali Parlakci 2018-07-22 17:25:30 +03:00
parent c70e7c2ebb
commit 49920cc457

View file

@ -476,7 +476,11 @@ def download(submissions):
downloadedCount = subsLenght
duplicates = 0
BACKUP = {}
ToBeDownloaded = GLOBAL.arguments.exclude
if GLOBAL.arguments.exclude is not None:
ToBeDownloaded = GLOBAL.arguments.exclude
else:
ToBeDownloaded = []
FAILED_FILE = createLogFile("FAILED")
for i in range(subsLenght):