forked from MineClone5/MineClone5
fix syntax of final print command
This commit is contained in:
parent
87f00fe6f7
commit
e55198024d
|
@ -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...
|
||||
mod.writelines(codelist)
|
||||
mod.close()
|
||||
print("DONE! check if mcl5 still works!")
|
||||
print("DONE! check if mcl5 still works!")
|
Loading…
Reference in New Issue