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
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
Trace-viewer vulcanization fails when --report-deps parameter is used:
$ tracing/bin/vulcanize_trace_viewer --report-deps
Writing output to ./tracing/bin/trace_viewer_full.html
Traceback (most recent call last):
File "tracing/bin/vulcanize_trace_viewer", line 14, in <module>
sys.exit(vulcanize_trace_viewer.Main(sys.argv))
File "/webdev/catapult/tracing/tracing_build/vulcanize_trace_viewer.py", line 69, in Main
extra_search_paths=args.extra_search_paths)
File "/webdev/catapult/tracing/tracing_build/vulcanize_trace_viewer.py", line 104, in WriteTraceViewer
sys.stdout.write(vulcanizer.GetDepsGraphFromModuleNames(module_names))
File "/webdev/catapult/common/py_vulcanize/py_vulcanize/project.py", line 161, in GetDepsGraphFromModuleNames
return self.GetDepsGraphFromModules(modules)
File "/webdev/catapult/common/py_vulcanize/py_vulcanize/project.py", line 170, in GetDepsGraphFromModules
g.AddEdge(m, dep.id)
File "/webdev/catapult/common/py_vulcanize/py_vulcanize/project.py", line 234, in AddEdge
edge = 'M%i -> M%i;' % (mFrom.id, mTo.id)
AttributeError: 'int' object has no attribute 'id'
The text was updated successfully, but these errors were encountered:
thaarok
changed the title
vulcanize_trace_viewer ---report-deps fails
vulcanize_trace_viewer --report-deps fails
Nov 27, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trace-viewer vulcanization fails when --report-deps parameter is used:
The text was updated successfully, but these errors were encountered: