Skip to content

Commit af70d3b

Browse files
committed
Fixed a self issue in contain things
1 parent 348e6fe commit af70d3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shuffle-tools/1.2.0/src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ def escape_html(self, input_data):
18971897
def check_datastore_contains(
18981898
self, key, value, append, category="", return_values="true"
18991899
):
1900-
return check_cache_contains(self, key, value, append, category, return_values)
1900+
return self.check_cache_contains(self, key, value, append, category=category, return_values=return_values)
19011901

19021902
def check_cache_contains(
19031903
self, key, value, append, category="", return_values="true"

0 commit comments

Comments
 (0)