Skip to content

Commit

Permalink
Merge pull request #240 from SainsburyWellcomeCentre/elastix_param
Browse files Browse the repository at this point in the history
Fix parameter loading in elastix plugin
  • Loading branch information
raacampbell authored Jul 26, 2019
2 parents de08d17 + d36f9b4 commit 16adfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lasagna/plugins/registration_plugins/elastix_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def loadParamFile_slot(self, selectedParamFiles=False):
3. Create an editable copy in a tempoary location
"""
if not selectedParamFiles:
selectedParamFiles = QtGui.QFileDialog.getOpenFileNames(self, "Select parameter file", "Text files (*.txt *.TXT *.ini *.INI)")
selectedParamFiles, filter_used = QtGui.QFileDialog.getOpenFileNames(self, "Select parameter file", "Text files (*.txt *.TXT *.ini *.INI)")

# Add to list
for path_to_param_file in selectedParamFiles:
Expand Down

0 comments on commit 16adfb0

Please sign in to comment.