Loading cccli/cli.py +0 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,6 @@ class Cli(object): try: argv = shlex.split(self.printer.getline(prompt), comments=True) except ValueError as e: print type(e) self.printer.error("Lexer: %s"%str(e)) continue if len(argv) == 0: Loading Loading
cccli/cli.py +0 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,6 @@ class Cli(object): try: argv = shlex.split(self.printer.getline(prompt), comments=True) except ValueError as e: print type(e) self.printer.error("Lexer: %s"%str(e)) continue if len(argv) == 0: Loading