mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
More documentation & decompiled a couple functions in unknown_0B7A50.c
This commit is contained in:
@@ -18,9 +18,9 @@ def find_and_rename(directory, paths):
|
||||
path = directory + '/' + name
|
||||
if oldSymbol in path:
|
||||
newPath = path.replace(oldSymbol, newSymbol)
|
||||
print('Renamed "' + path + '" to "' + newPath + '"')
|
||||
try:
|
||||
FileUtil.rename_file(path, newPath)
|
||||
print('Renamed "' + path + '" to "' + newPath + '"')
|
||||
except FileNotFoundError:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user