Reformatted error message

This commit is contained in:
Brad Warren
2015-06-26 16:14:21 -07:00
parent 07642a4a96
commit 554139cb1a
+1 -1
View File
@@ -682,7 +682,7 @@ def main(cli_args=sys.argv[1:]):
return ""
except: # pylint: disable=bare-except
handle_exception_common()
return ("\nAn unexpected error occured. Please see the logfiles in {0} "
return ("An unexpected error occured. Please see the logfiles in {0} "
"for more details.".format(args.logs_dir))