Skip to content

Commit

Permalink
Update flux.xml to use python3 for script execution
Browse files Browse the repository at this point in the history
  • Loading branch information
arash77 committed Nov 22, 2024
1 parent 2ed81d1 commit df8053c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/flux/flux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<container type="docker">quay.io/galaxy/black_forest_labs_flux:latest</container>
</requirements>
<command detect_errors="exit_code"><![CDATA[
python '$__tool_directory__/flux.py'
python3 '$__tool_directory__/flux.py'
'$flux_models.fields.path'
'$input_type_selector'
'$prompt'
Expand Down

0 comments on commit df8053c

Please sign in to comment.