mirror of
https://github.com/notwa/mm
synced 2024-11-05 00:19:02 -08:00
don't attempt to dump the script itself
This commit is contained in:
parent
6bcf6de420
commit
8b7048e5cd
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ def run(args):
|
|||
if __name__ == '__main__':
|
||||
ret = 0
|
||||
try:
|
||||
ret = run(sys.argv)
|
||||
ret = run(sys.argv[1:])
|
||||
except KeyboardInterrupt:
|
||||
sys.exit(1)
|
||||
sys.exit(ret)
|
||||
|
|
Loading…
Reference in a new issue