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

Updating scripts/txt_to_json.py to run with guard #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AaronCritchley
Copy link

Python scripts should run 'guarded', meaning that they only execute when you intend, and not when importing or scanning (like when executing doctests).

This can cause issues if people bring blns into their repo as a submodule, as things like test runners or doctest runners will have to manually exclude this file when they are running, which is inconvenient.

This stack overflow answer gives more detail on why this is important.

p.s. this script doesn't actually work for me, does it have tests somewhere?

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.

1 participant