1
0

Add missing colon

This commit is contained in:
micw 2018-07-04 11:30:03 +02:00 committed by GitHub
parent 5b82b6806c
commit 33f594819c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ for i in range(len(filtered_projects)):
print('Could not create repo %s because of %s'%(src_name,json.loads(create_repo.text)['message']))
if args.skip_existing:
print('\nSkipped')
else
else:
if 'yes' != input('Do you want to skip this repo and continue with the next? (please answer yes or no) '):
print('\nYou decided to cancel...')
exit(1)