Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Mar 22, 2024
1 parent 36d52f4 commit 008d448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker_yaml_conversion_specification_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_run_conversion_from_yaml_variable(self):
f"--volume {self.source_volume}:{self.source_volume} "
f"--volume {self.test_folder}:{self.test_folder} "
'-e NEUROCONV_YAML="$NEUROCONV_YAML" '
'-e NEUROCONV_DATA_PATH="${NEUROCONV_DATA_PATH" '
'-e NEUROCONV_DATA_PATH="$NEUROCONV_DATA_PATH" '
'-e NEUROCONV_OUTPUT_PATH="$NEUROCONV_OUTPUT_PATH" '
"ghcr.io/catalystneuro/neuroconv:yaml_variable"
),
Expand Down

0 comments on commit 008d448

Please sign in to comment.