Now, it werkz, har har
This commit is contained in:
parent
1f01318ff0
commit
97fa8339e9
@ -26,7 +26,7 @@ def spaceify(filepath):
|
||||
with open(filepath, "r") as myfile:
|
||||
myfile = myfile.read()
|
||||
|
||||
myfile.replace("\t", " ")
|
||||
myfile = myfile.replace("\t", " ")
|
||||
with open(filepath, "w") as yourfile:
|
||||
yourfile.write(myfile)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user