Skip to content
Snippets Groups Projects
Commit 3e1d862d authored by Anael Beutot's avatar Anael Beutot Committed by Sébastien Luttringer
Browse files

No dot at the end of an error message

parent 4419665d
No related branches found
No related tags found
No related merge requests found
......@@ -410,7 +410,7 @@ class TqlCommand(RemoteCommand):
raise cmdError("RPCError: %s"%str(e))
# no result, goodbye
if len(objs["objects"]) == 0:
raise cmdError("No selected object by TQL.")
raise cmdError("No selected object by TQL")
self.printer.out("Objects:")
self.print_objects(objs)
# be sure boby want do that
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment