Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8f114 commit 02e5c4bCopy full SHA for 02e5c4b
1 file changed
lib/techniques/error/use.py
@@ -270,6 +270,6 @@ def errorUse(expression, expected=None, resumeValue=True, dump=False):
270
271
return outputs
272
else:
273
- return __oneShotErrorUse(expression, expressionFields)
+ return __errorFields(expression, expressionFields, expressionFieldsList)
274
275
0 commit comments