diff options
author | Stevan <nestorovicstevan@tutanota.com> | 2019-01-12 00:48:06 +0100 |
---|---|---|
committer | Stevan <nestorovicstevan@tutanota.com> | 2019-01-12 00:48:23 +0100 |
commit | 283d174fdf2bc7cad96cb140c047d3ffd23574ff (patch) | |
tree | 5b35e555a1dd423d85a26359f29bdb0c15769e4d /tmap | |
parent | df9b2225d6481f8738a678623acf1ff2c236d06f (diff) |
Removed unnecessary exit() call at the end of main
Diffstat (limited to 'tmap')
-rwxr-xr-x | tmap | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -186,8 +186,6 @@ def main(): f.close() print("Results written to {}".format(OUTFILE)) - ## We are done here - exit() if __name__ == "__main__": main() |