Clean up the error message.

This commit is contained in:
Chris Johns 2013-03-11 10:37:13 +11:00
parent 3e1a8456e0
commit aabd20d513
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ except KeyboardInterrupt:
print 'user terminated'
sys.exit(1)
except:
print 'unknown application load error'
print 'error: unknown application load error'
sys.exit(1)
def _check_bool(value):

View File

@ -40,7 +40,7 @@ except KeyboardInterrupt:
print 'user terminated'
sys.exit(1)
except:
print 'unknown application load error'
print 'error: unknown application load error'
sys.exit(1)
#