Fix string formatting

This commit is contained in:
Babak Farrokhi 2017-04-24 15:37:24 +04:30
parent 62f66a9b3c
commit 896484244c
Signed by: farrokhi
GPG Key ID: 6B267AD85D632E9A

View File

@ -296,7 +296,7 @@ def main():
print("")
except Exception as e:
print('%s' % (server, e))
print('%s: %s' % (server, e))
sys.exit(1)