Skip to content

Commit

Permalink
lestarch: updating fprime-gds to use fprime-tools v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Dec 8, 2021
1 parent 6dbc46b commit 3525947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"pexpect==4.8.0",
"pytest==6.2.4",
"flask_restful==0.3.8",
"fprime-tools>=2.0.2",
"fprime-tools>=3.0.0",
"argcomplete==1.12.3",
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion src/fprime_gds/executables/run_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

def get_artifacts_root() -> Path:
try:
ini_settings = IniSettings.load(None, Path.cwd())
ini_settings = IniSettings.load(None)
except FprimeLocationUnknownException:
print(
"[ERROR] Not in fprime deployment and no artifacts root provided, unable to find dictionary and/or app"
Expand Down

0 comments on commit 3525947

Please sign in to comment.