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 0c4e80b commit 9b34105Copy full SHA for 9b34105
xlrd/formula.py
@@ -953,7 +953,7 @@ def not_in_name_formula(op_arg, oname_arg):
953
])
954
res = Operand(oREF, None, rank, otext)
955
if bop.kind == oERR or aop.kind == oERR:
956
- res = oERR
+ res = Operand(oERR)
957
elif bop.kind == oREF == aop.kind:
958
if aop.value is not None and bop.value is not None:
959
assert len(aop.value) == 1
0 commit comments