Commit 31269f68 authored by Anael Beutot's avatar Anael Beutot
Browse files

No dot at the end of an error message

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