Skip to content

Commit

Permalink
change the engine code to use the python version of get-json-settings
Browse files Browse the repository at this point in the history
- this sets the stage for removing perl from the engine environment
  entirely
  • Loading branch information
k-rister committed Sep 12, 2024
1 parent 91c332f commit a88eb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/engine-script-library
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ function load_json_setting() {

echo "load_json_setting():"

value=$(${TOOLBOX_HOME}/bin/get-json-settings.pl --settings ${json_settings_file} --query ${query})
value=$(${TOOLBOX_HOME}/bin/get-json-settings.py --settings-file ${json_settings_file} --query ${query})
if [ $? != 0 ]; then
echo "available json settings:"
xzcat ${json_settings_file}
Expand Down

0 comments on commit a88eb90

Please sign in to comment.