Skip to content

Commit 448b5f7

Browse files
Made sure to be able to pass all hydra options (#14)
1 parent e886ea0 commit 448b5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydra_plugins/jz_hydra_submitit_launcher/bin/hydra-submitit-launch

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ if [ "$1" == "--help" ]; then
1111
exit 0
1212
fi
1313

14-
python $1 -m hydra/launcher=$2 "${@:3}"
14+
python $1 -m "${@:3}" hydra/launcher=$2

0 commit comments

Comments
 (0)