Skip to content

Commit

Permalink
Merge pull request #55 from MAIF/feature/fix_tutorial
Browse files Browse the repository at this point in the history
Update subprocess run
  • Loading branch information
ThomasBouche authored Mar 21, 2024
2 parents c83837d + 0ffeda4 commit 3f1ef9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

# -- Additional html pages -------------------------------------------------
# Generates the report example in the documentation
subprocess.call(["python", "../../tutorial/Eurybia_report_example.py"])
subprocess.run(["python", "../../tutorial/Eurybia_report_example.py"])
html_extra_path = ["../../tutorial/report.html"]


Expand Down

0 comments on commit 3f1ef9f

Please sign in to comment.