We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e392e commit c4b058eCopy full SHA for c4b058e
1 file changed
pycona/find_scope/findscope.py
@@ -26,7 +26,7 @@ def run(self, Y):
26
:return: The scope of the partial example.
27
"""
28
assert self.ca is not None
29
- scope = self._find_scope(set(), Y, do_ask=False)
+ scope = self._find_scope(set(), list(Y), do_ask=False)
30
return scope
31
32
def _find_scope(self, R, Y, do_ask):
0 commit comments