Loading cccli/command/shell.py +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ from cccli.command.command import Command class Command_quit(Command): '''Quit application with respect''' def __call__(self, argv): if len(argv) != 1: raise cmdBadArgument() raise SystemExit() Loading Loading
cccli/command/shell.py +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ from cccli.command.command import Command class Command_quit(Command): '''Quit application with respect''' def __call__(self, argv): if len(argv) != 1: raise cmdBadArgument() raise SystemExit() Loading