From d0ede93dc10c1965c98373e419ab9bd0811b161f Mon Sep 17 00:00:00 2001 From: Harshini Srinath <93847878+harshinisrinath1001@users.noreply.github.com> Date: Mon, 12 Jun 2023 12:25:47 -0700 Subject: [PATCH] Update CodeAligner.py Program clean up --- src/ifu/CodeAligner.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/ifu/CodeAligner.py b/src/ifu/CodeAligner.py index 579fd6237..8dbc670f8 100644 --- a/src/ifu/CodeAligner.py +++ b/src/ifu/CodeAligner.py @@ -74,7 +74,6 @@ def FindCharRel(Ln): if Ln[num] != " ": return num - def Mod_Space_at(Ln,loc,diff): #loc is the varLoc from mln, diff is varLoc - Ind if diff > 0: # to delete @@ -104,9 +103,8 @@ def root_filehandler(path,overwrite=False): SOV = ID_start(GiantString) ModifiedGS = modified_logNew(GiantString,SOV) Newname = write_to_output(f,ModifiedGS,overwrite) - - + def driver(overwrite=False): root_filehandler(os.getcwd()) -driver(True) \ No newline at end of file +driver(True)