Update CodeAligner.py

Program clean up
This commit is contained in:
Harshini Srinath 2023-06-12 12:25:47 -07:00 committed by GitHub
parent 5f73c9727f
commit d0ede93dc1

View File

@ -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
@ -105,7 +104,6 @@ def root_filehandler(path,overwrite=False):
ModifiedGS = modified_logNew(GiantString,SOV)
Newname = write_to_output(f,ModifiedGS,overwrite)
def driver(overwrite=False):
root_filehandler(os.getcwd())