You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error thrown by importlib - AttributeError: 'list' object has no attribute 'startswith' (the importlib call is from _convert_statement_ast in function_conversion_context.py)
The text was updated successfully, but these errors were encountered:
Test:
Expected behaviour
prints 'test3.py'
Actual behaviour
Error thrown by
importlib
-AttributeError: 'list' object has no attribute 'startswith'
(the importlib call is from_convert_statement_ast
infunction_conversion_context.py
)The text was updated successfully, but these errors were encountered: