Skip to content

Commit 56abb6c

Browse files
authored
Merge pull request #20 from certego/remove_warning
removed warning logging in substitute variables
2 parents bd5bfde + 8d9b481 commit 56abb6c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## 2.2.x
2+
### 2.2.4
3+
#### Bugfix
4+
* Removed warning logging in *\_substitute_variables*
25
### 2.2.3
36
#### Bugfix
47
* Fixed rule get_stats

routingfilter/routing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ def _substitute_variables(self, values: str) -> List | str:
213213
if variable_values:
214214
res = variable_values
215215
else:
216-
self.logger.warning(f"Variable {values} does not exist in variables dictionary.")
217216
res = values
218217
return res
219218

0 commit comments

Comments
 (0)