Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
  • Loading branch information
juanjux committed Jul 24, 2024
1 parent b633bda commit 7a80076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/appsec/_iast/_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _exec_iast_patched_module(module_watchdog, module):
if patched_source:
try:
# Patched source is compiled in order to execute it
# JJJ compiled_code
# JJJ compiled_code JJJ
_ = compile(patched_source, module_path, "exec")
except Exception:
log.debug("Unexpected exception while compiling patched code", exc_info=True)
Expand Down

0 comments on commit 7a80076

Please sign in to comment.