Closed cproctor closed 8 months ago
qc find --unit document -r ct_def
viewer.py, line 239. Not sure whether this is still relevant, but need to check.
if len(doc_codes & codes): ~~~~~~~~~~^~~~~~~ TypeError: unsupported operand type(s) for &: 'list' and 'set'
No longer an issue. Must have been dealt with during refactoring.
qc find --unit document -r ct_def
viewer.py, line 239. Not sure whether this is still relevant, but need to check.