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

Fix a couple small issues with the tlacli entrypoint and setup.py #4

Merged
merged 1 commit into from
Feb 5, 2020

Conversation

weskerfoot
Copy link
Contributor

  • setup.py did not like that the file was readme.md and not README.md on my system. It was throwing an error FileNotFoundError: [Errno 2] No such file or directory: 'README.md'. I don't know if that is a change in setuptools' behaviour or not, but it's a simple fix.

  • Just running tlacli without any arguments was throwing an AttributeError exception, so I wrapped it in a try/except and it now just prints the usage and exits if you call it without any arguments.

Hope these are useful changes!

@hwayne
Copy link
Owner

hwayne commented Feb 5, 2020

They are! Also man I should really figure out how to make tests for the parser

@hwayne hwayne merged commit 2bd0f47 into hwayne:master Feb 5, 2020
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.

2 participants