Loading cccli/printer.py +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ class Printer(object): fd, nl) if quit: os._exit() os._exit(42) def error(self, message, fd=None, nl=os.linesep): self.err("%sError%s: %s%s"%(color["lred"],color["red"],message,color["reset"]), Loading Loading
cccli/printer.py +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ class Printer(object): fd, nl) if quit: os._exit() os._exit(42) def error(self, message, fd=None, nl=os.linesep): self.err("%sError%s: %s%s"%(color["lred"],color["red"],message,color["reset"]), Loading