-
Notifications
You must be signed in to change notification settings - Fork 29
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
Crash when running snakefmt 0.1.4 #65
Comments
Yes, I'm also having this problem in bioconda/bioconda-recipes#24238. @bricoletc I think we might need to change the way the version number is gathered back to what it was before? |
Thanks for this @kpj , I should totally have looked into this when trying to have single version specification in pyproject.toml. I added fix recommended in python-poetry/poetry#273 by using I confirmed this works from both @mbhall88 i almost feel like we need to push this change to test pypi or something and |
@mbhall88 |
This seems to have worked, closing! |
I am using
snakefmt
v0.1.4 on macOS 10.15.6. When simply running the script, it crashes:This seems to be due to the following two lines:
snakefmt/snakefmt/__init__.py
Lines 5 to 6 in 25c046b
The text was updated successfully, but these errors were encountered: