d/jak2: mostly finish mysql-nav-graph and fix docstring handling around with-pp/local-vars (#1869)

This commit is contained in:
Tyler Wilding
2022-09-13 18:15:02 -04:00
committed by GitHub
parent b2f7f15cb5
commit 4620f96574
20 changed files with 2714 additions and 203 deletions
+2
View File
@@ -9,6 +9,8 @@ import shutil
## update reference like this
## python3 ../scripts/update_decomp_reference.py ./failures ../test/decompiler/reference
## TODO - this has a bug and isn't properly game specific
def get_goal_files(root_dir):
return [f for file in os.walk(root_dir) for f in glob.glob(os.path.join(file[0], '*.gc'))]