mirror of
https://github.com/zeldaret/oot
synced 2026-05-29 08:43:02 -04:00
Remove extra print I added
This commit is contained in:
@@ -13,7 +13,6 @@ def ExtractFile(xmlPath, outputPath, outputSourcePath):
|
||||
os.system(execStr)
|
||||
|
||||
def ExtractFunc(fullPath):
|
||||
print(fullPath)
|
||||
outPath = ("assets/" + fullPath.split("assets/xml/")[1]).split(".xml")[0]
|
||||
outSourcePath = ("assets/" + fullPath.split("assets/xml/")[1]).split(".xml")[0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user