Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 20, 2017
1 parent a51c810 commit bb7e693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mriqc/interfaces/bids.py
Expand Up @@ -193,7 +193,7 @@ def _run_interface(self, runtime):
if self.inputs.save_extra:
from mriqc import __version__ as version
id_dict['version'] = version
in_dict['software'] = 'mriqc'
id_dict['software'] = 'mriqc'


if self._out_dict.get('metadata', None) is None:
Expand Down

0 comments on commit bb7e693

Please sign in to comment.