summaryrefslogtreecommitdiff
path: root/inputoutput.py
diff options
context:
space:
mode:
Diffstat (limited to 'inputoutput.py')
-rwxr-xr-xinputoutput.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/inputoutput.py b/inputoutput.py
index dd20da6..f1a7c91 100755
--- a/inputoutput.py
+++ b/inputoutput.py
@@ -31,7 +31,7 @@ def ingressCSV(location):
def egressCSV(row,location):
# create a new file with -sorted
- location = location[:-4]+"-sorted"+location[-4:]
+ # location = location[:-4]+"-sorted"+location[-4:]
# open file to write
f = open(location,'w')