diff --git a/linspector/frontends/lish.py b/linspector/frontends/lish.py index c702782..632c228 100644 --- a/linspector/frontends/lish.py +++ b/linspector/frontends/lish.py @@ -264,7 +264,7 @@ Usage: self.help_log() elif text == "less": try: - # TODO: do the tail on the logfile set by args and not a static path + # TODO: do the less on the logfile set by args and not a static path with open(os.path.dirname(os.path.abspath(__file__)) + "/../../log/linspector.log"): os.system("less " + os.path.dirname(os.path.abspath(__file__)) + "/../../log/linspector.log") except IOError: