sandialabs / sceptre-phenix-apps

Apps written to work with the latest version of phenix
https://github.com/sandialabs/sceptre-phenix
GNU General Public License v3.0
6 stars 14 forks source link

Check if node exists before appending #34

Closed glattercj closed 2 months ago

glattercj commented 2 months ago

Allows overwriting node using the optional overwrite parameter.

Solves the issue if an app adds a node during the configure stage, then a user edits the exp config before starting, the configure stage gets ran again on save of the config, so a duplicate node is added

activeshadow commented 2 months ago

LGTM

I'll update the commit message to adhere to conventional commits and then I'll merge.

Thanks @glattercj!