Skip to content

Commit

Permalink
fix: remove accidental pdb statement
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Mar 2, 2022
1 parent 1e34e9d commit 9c935f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions snakemake/rules.py
Expand Up @@ -879,9 +879,6 @@ def handle_incomplete_checkpoint(exception):
groupid=groupid,
)
except WildcardError as e:
import pdb

pdb.set_trace()
raise WildcardError(
"Wildcards in input files cannot be " "determined from output files:",
str(e),
Expand Down

0 comments on commit 9c935f1

Please sign in to comment.