update for generator scripts
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good

- Generators will now copy csv files into tmtc folder
- Bump fsfwgen dependency, some bugfixes
- Rerun formatter
- Rerun generator scripts
This commit is contained in:
2022-03-04 15:14:02 +01:00
parent 535a2eea84
commit 8054694763
18 changed files with 725 additions and 709 deletions

View File

@ -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("..")