fix: Update __init__.py to move "file" param to "print"#2291
Merged
johanneskoester merged 2 commits intosnakemake:mainfrom Jun 16, 2023
Merged
fix: Update __init__.py to move "file" param to "print"#2291johanneskoester merged 2 commits intosnakemake:mainfrom
johanneskoester merged 2 commits intosnakemake:mainfrom
Conversation
fix
```python
print(
"Error: no Snakefile found, tried {}.".format(
", ".join(SNAKEFILE_CHOICES), file=sys.stderr
)
)
```
|
Kudos, SonarCloud Quality Gate passed!
|
johanneskoester
approved these changes
Jun 16, 2023
vsoch
pushed a commit
to vsoch/snakemake
that referenced
this pull request
Jun 20, 2023
fix
```python
print(
"Error: no Snakefile found, tried {}.".format(
", ".join(SNAKEFILE_CHOICES), file=sys.stderr
)
)
```
### Description
<!--Add a description of your PR here-->
### QC
<!-- Make sure that you can tick the boxes below. -->
* [ ] The PR contains a test case for the changes or the changes are
already covered by an existing test case.
* [ ] The documentation (`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).
Co-authored-by: Johannes Köster <johannes.koester@tu-dortmund.de>
johanneskoester
pushed a commit
that referenced
this pull request
Jun 22, 2023
🤖 I have created a release *beep* *boop* --- ## [7.29.0](v7.28.3...v7.29.0) (2023-06-21) ### Features * introduce --workflow-profile for additional workflow specific profiles that overwrite global profiles; add ability to define key-value CLI flags like --set-threads or --set-resources as multi-level dictionaries in profile config yaml files ([#2310](#2310)) ([9675c17](9675c17)) ### Bug Fixes * addressing [#2197](#2197) by allowing 256 character account names in slurm ([#2198](#2198)) ([ab58c65](ab58c65)) * removed distutils from snakemake ([#2312](#2312)) ([9b8c362](9b8c362)) * Update __init__.py to move "file" param to "print" ([#2291](#2291)) ([92352b6](92352b6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








fix
Description
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).