selenium-screenshot-testing
Kevin Chung 2018-04-15 17:01:48 -04:00 committed by GitHub
parent 5cc89e47bb
commit d17e599193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -948,8 +948,10 @@ def import_ctf(backup, segments=None, erase=False):
continue
for k, v in entry.items():
if k == 'chal' or k == 'chalid':
if entry[k]:
entry[k] += chals_base
if k == 'team' or k == 'teamid':
if entry[k]:
entry[k] += teams_base
if item == 'teams':