From 249956689a7bcb9dfa51c37a31e7e4b52d7de96a Mon Sep 17 00:00:00 2001 From: blitzmann Date: Mon, 8 May 2017 01:35:36 -0400 Subject: [PATCH] text tweaks --- service/port.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/port.py b/service/port.py index 3e8a98330..9f40e5cfc 100644 --- a/service/port.py +++ b/service/port.py @@ -367,7 +367,7 @@ class Port(object): pyfalog.critical(e) # TypeError: not all arguments converted during string formatting # return False, "Unknown Error while processing {0}" % path - return False, "Unknown Error while processing %s\n\n message: %s" % (path, e.message) + return False, "Unknown error while processing %s\n\n Error: %s" % (path, e.message) return True, fit_list @@ -1103,7 +1103,7 @@ class Port(object): if iportuser: # NOTE: Send current processing status PortProcessing.notify( iportuser, IPortUser.PROCESS_IMPORT | IPortUser.ID_UPDATE, - "analysis :%s\n%s" % (fitobj.ship.name, fitobj.name) + "Processing %s\n%s" % (fitobj.ship.name, fitobj.name) ) return fit_list