[BUG] Customize get Python AST starting_line_no
is a null ptr when isinstance(fn, str)
#273
Labels
bug
Something isn't working
Describe the bug
If we take the
if
branch when getting the Python AST incustomize
, thenstarting_line_no
is a null pointer in this line, causing:To Reproduce
Buggy output
Expected behavior
Expect to run successfully.
The text was updated successfully, but these errors were encountered: