From b8a2b8d9aee28d5ef1753d8ebdfea480b9603c48 Mon Sep 17 00:00:00 2001 From: internetlandlord Date: Mon, 31 Oct 2022 13:52:22 -0500 Subject: Re-configured inputoutput to remove appending in egress function. Add appending to each algorithm script to denote sorting job performed --- inputoutput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inputoutput.py') 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') -- cgit v1.2.3