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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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