From 283d174fdf2bc7cad96cb140c047d3ffd23574ff Mon Sep 17 00:00:00 2001 From: Stevan Date: Sat, 12 Jan 2019 00:48:06 +0100 Subject: Removed unnecessary exit() call at the end of main --- tmap | 2 -- 1 file changed, 2 deletions(-) diff --git a/tmap b/tmap index 0158992..cddb178 100755 --- a/tmap +++ b/tmap @@ -186,8 +186,6 @@ def main(): f.close() print("Results written to {}".format(OUTFILE)) - ## We are done here - exit() if __name__ == "__main__": main() -- cgit v1.2.3