Rettet enda en fjollete feil jeg nettopp gjorde.

This commit is contained in:
2010-05-11 16:17:48 +00:00
parent 924008fc27
commit 28d998f310

View File

@@ -644,7 +644,7 @@ while True:
print 'Interrupted.' print 'Interrupted.'
except: except:
print 'Something went wrong.' print 'Something went wrong.'
print '%s: %s' % sys.exc_info()[0:1] print '%s: %s' % sys.exc_info()[0:2]
else: else:
break break
print 'Restarting main menu.' print 'Restarting main menu.'