Rettet enda en fjollete feil jeg nettopp gjorde.

This commit is contained in:
Øystein Ingmar Skartsæterhagen 2010-05-11 16:17:48 +00:00
parent 924008fc27
commit 28d998f310
1 changed files with 1 additions and 1 deletions

View File

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