Skip to content

Commit

Permalink
T1566 ADD possibility to display logs in completion rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ecino committed Sep 5, 2024
1 parent 74d085f commit fd54121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account_statement_completion/models/completion_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ def _get_base_dict(self, stmts_vals, stmt_line):
"stmt_line": stmt_line,
"env": self.env,
"re": wrap_module(re, ["search", "findall"]),
"logger": logger,
}

0 comments on commit fd54121

Please sign in to comment.