Skip to content

Commit

Permalink
Merge pull request #1924 from blacklanternsecurity/fix-target-printing
Browse files Browse the repository at this point in the history
Fix double target printing
  • Loading branch information
TheTechromancer authored Nov 6, 2024
2 parents 05875e3 + 442daa6 commit 72a250a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bbot/scanner/preset/preset.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,9 @@ def merge(self, other):
# misc
self.force_start = self.force_start | other.force_start
self._cli = self._cli | other._cli
# transfer args
if other._args is not None:
self._args = other._args

def bake(self, scan=None):
"""
Expand Down

0 comments on commit 72a250a

Please sign in to comment.