Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmanke committed Aug 12, 2024
1 parent 7708e92 commit f77276f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snakePipes/parserCommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def mainArguments(defaults, workingDir=False, createIndices=False, preprocessing
action="store_true",
help="verbose output (default: '%(default)s')",
default=defaults["verbose"])

if not workingDir and not createIndices:
general.add_argument("--ext",
help="Suffix used by input fastq files (default: '%(default)s').",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_jobcounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def test_dag(self, ifs):
_p = sp.run(ci, capture_output=True, text=True)
assert _p.returncode == 0
assert parseSpOut(_p) == 176

class TestCreateindices:
def test_default(self, ifs):
ci = [
Expand Down

0 comments on commit f77276f

Please sign in to comment.