mirror of
https://github.com/zeldaret/oot
synced 2026-07-07 05:55:16 -04:00
Whitespace (#1112)
* remove trailing whitespaces * minor docs tweaks * some more trailing whitespaces * few more tweaks
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ def ReadAllLines(fileName):
|
||||
|
||||
def GetFiles(path, ext):
|
||||
files = []
|
||||
|
||||
|
||||
for r, d, f in os.walk(path):
|
||||
for file in f:
|
||||
if file.endswith(ext):
|
||||
|
||||
Reference in New Issue
Block a user