update for generator scripts
- Generators will now copy csv files into tmtc folder - Bump fsfwgen dependency, some bugfixes - Rerun formatter - Rerun generator scripts
This commit is contained in:
@ -6,7 +6,7 @@ from pathlib import Path
|
||||
def determine_obsw_root_path() -> str:
|
||||
for _ in range(5):
|
||||
if os.path.exists("CMakeLists.txt"):
|
||||
return os.curdir
|
||||
return os.path.abspath(os.curdir)
|
||||
else:
|
||||
os.chdir("..")
|
||||
|
||||
|
Reference in New Issue
Block a user