- trimmed the application strings
This commit is contained in:
committed by
Marius Stanciu
parent
77c66862c5
commit
f5310148eb
@@ -84,7 +84,7 @@ class TclCommandMirror(TclCommandSignaled):
|
||||
try:
|
||||
box = self.app.collection.get_by_name(args['box'])
|
||||
except Exception:
|
||||
return "Could not retrieve object box: %s" % args['box']
|
||||
return "Could not retrieve object: %s" % args['box']
|
||||
|
||||
if box is None:
|
||||
return "Object box not found: %s" % args['box']
|
||||
|
||||
Reference in New Issue
Block a user