Skip to content

Commit

Permalink
Update subprocess run
Browse files Browse the repository at this point in the history
  • Loading branch information
MLecardonnel authored Mar 21, 2024
1 parent c83837d commit 0ffeda4
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 0ffeda4

Please sign in to comment.