diff --git a/pyEDAA/UCIS/CLI/__init__.py b/pyEDAA/UCIS/CLI/__init__.py index ae3ff4cc..3104c0e6 100644 --- a/pyEDAA/UCIS/CLI/__init__.py +++ b/pyEDAA/UCIS/CLI/__init__.py @@ -192,9 +192,9 @@ def _PrintVersion(self): def _PrintHelp(self, command: str=None): """Helper function to print the command line parsers help page(s).""" - if (command is None): + if command is None: self.MainParser.print_help() - elif (command == "help"): + elif command == "help": print("This is a recursion ...") else: try: