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

Move robotpy launcher to this repository #17

Closed
wants to merge 1 commit into from
Closed

Conversation

virtuald
Copy link
Member

@virtuald virtuald commented Jan 2, 2024

Even if you don't have the unreleased mostrobotpy PR installed, this code will still function.

- Added some incremental improvements over old launcher
- Still works with previously defined subcommand entry points
- Fixes robotpy/mostrobotpy#51
Comment on lines +1 to +2
# novalidate

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I presume we don't need the git-source-track comments here 😄

Suggested change
# novalidate


faulthandler.enable()
except Exception as e:
logger.warn("Could not enable faulthandler: %s", e)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
logger.warn("Could not enable faulthandler: %s", e)
logger.warning("Could not enable faulthandler: %s", e)

@virtuald virtuald closed this Jan 4, 2024
@virtuald virtuald deleted the add-launcher branch January 4, 2024 06:24
@virtuald virtuald restored the add-launcher branch January 4, 2024 06:24
@virtuald virtuald deleted the add-launcher branch January 5, 2024 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RFC: remove python robot.py xxx
2 participants