Loading cccli/cli.py +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ class Cli(object): color["]"]) self.printer.set_interactive() # load history self.printer.history.load(self.settings.get("history", "")) self.printer.history.read(self.settings.get("history", "")) self.printer.history.maxsize(self.settings.get("hsize", None)) self.printer.debug("Loaded history: %s"%len(self.printer.history)) # enable completion Loading Loading
cccli/cli.py +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ class Cli(object): color["]"]) self.printer.set_interactive() # load history self.printer.history.load(self.settings.get("history", "")) self.printer.history.read(self.settings.get("history", "")) self.printer.history.maxsize(self.settings.get("hsize", None)) self.printer.debug("Loaded history: %s"%len(self.printer.history)) # enable completion Loading