NASA-AMMOS / NASA-AMMOS/AIT-GUI

Move AIT-GUI version logging clause under AITGUIPlugin class

Open
#180 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
31
Forks
15
Avg merge
1m
Merged PRs (30d)
1

Description

It seems that try / except clause below is related to GUI plugin only. It's a good idea to move the clause under AITGUIPlugin class.

https://github.com/NASA-AMMOS/AIT-GUI/blob/66dfe5953e5bb4b19834bcf6388eae82a81b5cd9/ait/gui/__init__.py#L264-L271

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open ait/gui/init.py at the linked lines and read the surrounding AITGUIPlugin definition first. Move the version-logging try/except clause under AITGUIPlugin, keeping its behavior limited to the GUI plugin; the change is done when the clause is scoped there and the existing project checks still pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
frontend
Issue type
Refactor
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.