master > master: code - entfernte Verdoppelung der Hilfsanleitung

This commit is contained in:
RD 2021-10-25 11:26:35 +02:00
parent ab2473af9e
commit 60b27c1abe
1 changed files with 0 additions and 1 deletions

View File

@ -88,6 +88,5 @@ if __name__ == '__main__':
try:
args = GetArgumentsFromCli(sys.argv[1:]);
except:
DisplayHelpMessage();
exit(1);
enter(quiet=args.quiet, debug=args.debug, mode=args.mode[0], path=args.path);