Skip to content

Commit

Permalink
Update jobs.py (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMoelder committed Sep 29, 2021
1 parent 8d82d6d commit b6b9b4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snakemake/jobs.py
Expand Up @@ -289,7 +289,6 @@ def group(self):

@group.setter
def group(self, group):
print(group, type(group))
self._group = group

@property
Expand Down

0 comments on commit b6b9b4b

Please sign in to comment.