Skip to content

Error when building report as html output #5

@skimprem

Description

@skimprem

The command:

demcompare sample_config.json

gives an error when generating a report

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.

24-10-28_12h22m_logs.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions