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
Code2Flow: Found 1 files from sources argument.
Code2Flow: Implicitly detected language as 'py'.
Code2Flow: Processing 1 source file(s).
Code2Flow: target_path/start.py
Traceback (most recent call last):
File "/usr/local/bin/code2flow", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.9/site-packages/code2flow/engine.py", line 860, in main
code2flow(
File "/usr/local/lib/python3.9/site-packages/code2flow/engine.py", line 734, in code2flow
file_groups, all_nodes, edges = map_it(sources, language, no_trimming,
File "/usr/local/lib/python3.9/site-packages/code2flow/engine.py", line 473, in map_it
raise ex
File "/usr/local/lib/python3.9/site-packages/code2flow/engine.py", line 468, in map_it
file_ast_trees.append((source, language.get_tree(source, lang_params)))
File "/usr/local/lib/python3.9/site-packages/code2flow/python.py", line 162, in get_tree
return ast.parse(raw)
File "/usr/local/Cellar/[email protected]/3.9.13/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ast.py", line 50, in parse
return compile(source, filename, mode, flags,
File "<unknown>", line 55
except OSError, e:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: