Skip to content
Snippets Groups Projects
Commit 6b47a44b authored by Kevin S. Hahn's avatar Kevin S. Hahn
Browse files

fix typo, output inherits type from input

parent e009ed98
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ def create_job(db, dataset):
app_id = 'scitran/dcm2nii:latest'
output_state = ['derived', ]
output_type = 'nifti'
output_kind = dataset.nims_file_kinds # from input file
output_kinds = dataset.nims_file_kinds # from input file
# TODO: determine job specifications
if not app_id:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment