Skip to content

Commit

Permalink
fix: Fetcher objects no longer require target arg
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Jun 21, 2021
1 parent 6527994 commit a60cd0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bugmon/bugmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ def reproduce_bug(self, branch, bid=None):
direction = None

build = Fetcher(
self.target,
branch,
bid,
self.bug.build_flags,
Expand Down

0 comments on commit a60cd0b

Please sign in to comment.