Skip to content

Commit 81f9eba

Browse files
fmt
1 parent bae3cb1 commit 81f9eba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/snakemake/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def __init__(self, repeatedrule, file, rule=None):
417417
class MissingRuleException(RuleException):
418418
def __init__(self, file, lineno=None, snakefile=None):
419419
from snakemake.io.fmt import fmt_iofile
420-
420+
421421
super().__init__(
422422
f"No rule to produce {fmt_iofile(file)} (if you use input "
423423
"functions make sure that they don't raise unexpected exceptions).",

0 commit comments

Comments
 (0)