Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Oct 17, 2024
1 parent 1fdd226 commit 647bf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thug/DOM/JSInspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def run(self):
except SyntaxError:
try:
result = self.ctxt.eval(ast.literal_eval(f"'{self.script}'"))
except Exception as e: # pragma: no cover,pylint:disable=broad-except
except Exception as e: # pylint:disable=broad-except
log.warning("[JSInspector] %s", str(e))
except Exception as e: # pragma: no cover,pylint:disable=broad-except
log.warning("[JSInspector] %s", str(e))
Expand Down

0 comments on commit 647bf59

Please sign in to comment.