ukaea / PROCESS

PROCESS is a systems code at UKAEA that calculates in a self-consistent manner the parameters of a fusion power plant with a specified performance, ensuring that its operating limits are not violated, and with the option to optimise to a given function of these parameters.
https://ukaea.github.io/PROCESS/
MIT License
26 stars 11 forks source link

Escape commit message of ' before passing it to the tracking script #3228

Open timothy-nunn opened 1 week ago

timothy-nunn commented 1 week ago

Description

Closes #3218

Use bash string escaping to escape the commit message before running the tracking_data.py script. This solves the issue where a ' in a commit message causes a CI failure.