fix syntax of final print command

This commit is contained in:
chmodsayshello 2022-03-29 15:58:27 +00:00
parent 87f00fe6f7
commit e55198024d
1 changed files with 1 additions and 1 deletions

View File

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