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

721: fix installed script name typo #722

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

lindsay-stevens
Copy link
Contributor

Closes #721

Why is this the best possible solution? Were any other approaches considered?

Fixes a typo introduced about 6 months ago in #685, released in v2.0.3. The name is used for running XLS form conversion from the command line, per the readme.

What are the regression risks?

If some users had swapped to xlsform they would need to swap back to the proper xls2xform command.

Does this change require updates to documentation? If so, please file an issue here and include the link below.

No, it's per the documentation.

Before submitting this PR, please make sure you have:

  • included test cases for core behavior and edge cases in tests
  • run python -m unittest and verified all tests pass
  • run ruff format pyxform tests and ruff check pyxform tests to lint code
  • verified that any code or assets from external sources are properly credited in comments

- used for running from the command line, per the readme
@lognaturel lognaturel merged commit 2c565d7 into XLSForm:master Sep 9, 2024
10 checks passed
@lindsay-stevens lindsay-stevens deleted the pyxform-721 branch September 9, 2024 02:56
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.

Executable name confusion
2 participants