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: patch LocalSourceFile to work with containerize #1211
Conversation
@johanneskoester please let me know if you'd like a different direction for this. I realized after submitting that we don't need to add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Kudos, SonarCloud Quality Gate passed!
|
I have some additional related fixes in #1236. Thanks a lot for your work here, I've integrated it into the other PR (I will reference you in the release notes). |
…snakemake#1233 and snakemake#1211). (snakemake#1236) * fix: more informative nothing to be done message * fmt * fmt, fixes and additional tests * implement fspath
Description
Fixes #1210 by implementing the
os.PathLike
interface (__fspath__()
). Updates interface usage. Adds test to demonstrate fix.QC
docs/
) is updated to reflect the changes or this is not necessary (e.g. if the change does neither modify the language nor the behavior or functionalities of Snakemake).