summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksej Jocic <aleksej@spidermail.tk>2019-01-12 02:51:56 +0100
committerAleksej Jocic <aleksej@spidermail.tk>2019-01-12 02:51:56 +0100
commit55c8a70d30d273a0e5048652734552de6be336cc (patch)
tree07153fdf16e3a168fe4220e5a4ec848fbb06947a
parent2dbd3581e8c32b1b6865988ae66c525315ab6d00 (diff)
parent5b969da761f903a37a4a9f5b7910f88db7dd1495 (diff)
Merge branch 'master' of https://github.com/alexej996/tmapv1.2.0
-rwxr-xr-xtmap2
1 files changed, 0 insertions, 2 deletions
diff --git a/tmap b/tmap
index 936de74..a81a4cb 100755
--- a/tmap
+++ b/tmap
@@ -243,8 +243,6 @@ def main():
if OUTFILE != "empty_outfile":
print("Results written to {}".format(OUTFILE))
f.close()
- ## We are done here
- exit()
if __name__ == "__main__":
main()