Skip to content

Commit

Permalink
remove debug for ipf_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andylytical committed Oct 4, 2024
1 parent 608b4c4 commit 05c5163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipf/bin/ipf_workflow
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export PYTHONPATH
grep '^/' "$WORKFLOWS_CONF" \
| while read ; do
fn_workflow=$(echo $REPLY | sed -e "s?$WORKFLOW_BASE/??")
echo $PYTHON "$INSTALL_DIR"/run_workflow.py -d "$fn_workflow"
$PYTHON "$INSTALL_DIR"/run_workflow.py -d "$fn_workflow"
done

## this script does about the same things as the ipf_workflow script generated during a rpm or pip install
Expand Down

0 comments on commit 05c5163

Please sign in to comment.