-
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
Error with nested else statement, InvalidPython #96
Comments
bricoletc
added a commit
that referenced
this issue
Feb 14, 2021
Thanks @supermaxiste , this was indeed a bug, and I made a fix in branch |
Merged
Hi @bricoletc, just checked the branch and tried a run on my Snakefile, no parsing errors. Thank you and feel free to close the issue anytime. |
bricoletc
added a commit
that referenced
this issue
Feb 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I was trying to run a
--check
on my Snakemake workflow and I got a parsing error related to a nestedelse
statement. This issue might be similar to #91.For my
Snakefile
I get the following error:This parsing error doesn't appear when I comment this
else
statement in my code:The text was updated successfully, but these errors were encountered: