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 when building report as html output (ignored)
Demcompare Traceback (most recent call last):
File "/home/roman/gitrepo/demcompare/.venv/lib/python3.12/site-packages/demcompare/demcompare.py", line 85, in main
demcompare.run(args.config, loglevel=args.loglevel)
File "/home/roman/gitrepo/demcompare/.venv/lib/python3.12/site-packages/demcompare/__init__.py", line 300, in run
report.generate_report(
File "/home/roman/gitrepo/demcompare/.venv/lib/python3.12/site-packages/demcompare/report.py", line 432, in generate_report
spm.build_project("html")
File "/home/roman/gitrepo/demcompare/.venv/lib/python3.12/site-packages/demcompare/sphinx_project_generator.py", line 213, in build_project
subprocess.check_call(
File "/usr/lib/python3.12/subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', 'html']' returned non-zero exit status 2.
The command:
demcompare sample_config.json
gives an error when generating a report
24-10-28_12h22m_logs.log
The text was updated successfully, but these errors were encountered: