Skip to content

Make check for inputGeneratorFile stricter

Spyros Argyropoulos requested to merge fixInputGen into master

Changes introduced

Check for runArgs.inputGeneratorFile was based on assigning values to a dictionary, which would throw an exception (and thus not be checked) if the user would have sth like

runArgs.inputGeneratorFile = someNonExistentValue + "string"

see !2898 (merged)

Changing this to just throw an error whenever runArgs.inputGeneratorFile is present in the jO (even if it is commented out).

Tests

Screenshot_2024-02-16_at_07.49.27

Issues resolved

Closes #210 (closed)

Edited by Spyros Argyropoulos

Merge request reports