fix typo in comment

This commit is contained in:
chmodsayshello 2022-03-29 15:47:21 +00:00
parent 57946e8429
commit 87f00fe6f7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ for root, dirs, files in os.walk(mcl5_dir):
else:
codelist.append("\n"+line_original)
del codelist[-1] #the last line is there twice, deleting it one...
del codelist[-1] #the last line is there twice, deleting it once...
mod.writelines(codelist)
mod.close()
print("DONE! check if mcl5 still works!")