Skip to content

Commit efc306f

Browse files
committed
Merge branch 'master' of https://github.com/shuffle/python-apps
2 parents 27e41dd + 678187d commit efc306f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shuffle-tools/1.2.0/src/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1998,7 +1998,7 @@ def check_cache_contains(self, key, value, append):
19981998
try:
19991999
# FIXME: This is a hack, but it works
20002000
if directcall:
2001-
new_value = parsedvalue
2001+
new_value = allvalues["value"]
20022002
if new_value == None:
20032003
new_value = [value]
20042004

@@ -2016,7 +2016,7 @@ def check_cache_contains(self, key, value, append):
20162016
"reason": f"Appended as it didn't exist",
20172017
"key": key,
20182018
"search": value,
2019-
"value": parsedvalue,
2019+
"value": data["value"],
20202020
}
20212021
except Exception as e:
20222022
exception = e

0 commit comments

Comments
 (0)