mirror of
https://github.com/zeldaret/oot.git
synced 2025-06-08 09:31:52 +00:00
Remove extra print I added
This commit is contained in:
parent
aec6add45e
commit
63bce05f37
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ def ExtractFile(xmlPath, outputPath, outputSourcePath):
|
||||||
os.system(execStr)
|
os.system(execStr)
|
||||||
|
|
||||||
def ExtractFunc(fullPath):
|
def ExtractFunc(fullPath):
|
||||||
print(fullPath)
|
|
||||||
outPath = ("assets/" + fullPath.split("assets/xml/")[1]).split(".xml")[0]
|
outPath = ("assets/" + fullPath.split("assets/xml/")[1]).split(".xml")[0]
|
||||||
outSourcePath = ("assets/" + fullPath.split("assets/xml/")[1]).split(".xml")[0]
|
outSourcePath = ("assets/" + fullPath.split("assets/xml/")[1]).split(".xml")[0]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue