Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming of install_dest in fprime-tools #90

Closed
EbenezerA99 opened this issue Aug 12, 2022 · 0 comments
Closed

Renaming of install_dest in fprime-tools #90

EbenezerA99 opened this issue Aug 12, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@EbenezerA99
Copy link

F´ Version 3.1
Affected Component

Problem Description

When using fprime-tools v3.1.1, install_dest was renamed intentionally to install_destination. I believe that is causing the following error when I try to run the GDS.

Traceback (most recent call last):
  File "/Users/earunkumar/fprime-devel/mac-venv/bin/fprime-gds", line 8, in <module>
    sys.exit(main())
  File "/Users/earunkumar/fprime-devel/mac-venv/lib/python3.9/site-packages/fprime_gds/executables/run_deployment.py", line 278, in main
    settings = vars(get_settings())
  File "/Users/earunkumar/fprime-devel/mac-venv/lib/python3.9/site-packages/fprime_gds/executables/run_deployment.py", line 26, in get_settings
    root = fprime_gds.executables.utils.get_artifacts_root()
  File "/Users/earunkumar/fprime-devel/mac-venv/lib/python3.9/site-packages/fprime_gds/executables/utils.py", line 141, in get_artifacts_root
    assert "install_dest" in ini_settings, "install_dest not in settings.ini"
AssertionError: install_dest not in settings.ini

How to Reproduce

  1. Upgrade fprime-tools to v3.1.1
  2. Run fprime-gds on any deployment

Expected Behavior

Error should be install_dest not in settings.ini

@EbenezerA99 EbenezerA99 added the bug Something isn't working label Aug 12, 2022
@LeStarch LeStarch closed this as completed May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants