summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevan <nestorovicstevan@tutanota.com>2019-01-12 00:48:06 +0100
committerStevan <nestorovicstevan@tutanota.com>2019-01-12 00:48:23 +0100
commit283d174fdf2bc7cad96cb140c047d3ffd23574ff (patch)
tree5b35e555a1dd423d85a26359f29bdb0c15769e4d
parentdf9b2225d6481f8738a678623acf1ff2c236d06f (diff)
Removed unnecessary exit() call at the end of main
-rwxr-xr-xtmap2
1 files changed, 0 insertions, 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()