Skip to content

Commit c46a0ae

Browse files
fixed a check_cache_contains failing when append is false
1 parent db77029 commit c46a0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shuffle-tools/1.2.0/src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@ def check_cache_contains(self, key, value, append):
19561956
"reason": "Not found, not appending (2)!",
19571957
"key": key,
19581958
"search": value,
1959-
"value": json.loads(allvalues["value"]),
1959+
"value": allvalues["value"],
19601960
}
19611961

19621962
#parsedvalue.append(value)

0 commit comments

Comments
 (0)