Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
Signed-off-by: Juanjo Alvarez <[email protected]>
  • Loading branch information
juanjux committed Jul 25, 2024
1 parent be3c07a commit 0c75efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/appsec/_iast/_ast/ast_patching.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def astpatch_module(module: ModuleType, remove_flask_run: bool = False) -> Tuple
log.debug("empty file: %s", module_path)
return "", ""

# JJJ
# JJJ retry
return module_path, source_text
# if remove_flask_run:
# source_text = _remove_flask_run(source_text)
Expand Down

0 comments on commit 0c75efb

Please sign in to comment.