Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edab7d0

Browse files
committed
minor fix
1 parent c15439a commit edab7d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/union/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def unionUse(expression, unpack=True, dump=False):
265265
warnMsg += "return any output"
266266
logger.warn(warnMsg)
267267

268-
return outputs
268+
return value
269269

270270
threadData = getCurrentThreadData()
271271
threadData.shared.limits = iter(xrange(startLimit, stopLimit))

0 commit comments

Comments
 (0)