Skip to content

Commit

Permalink
switch to double quotes in reg params
Browse files Browse the repository at this point in the history
for the benefit of Windows users
  • Loading branch information
jefferis committed Sep 10, 2015
1 parent 41047c4 commit 36a9229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMTK_Registration_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def itemStateChanged(self, isc):
regparamc=choicef.getSelectedItem()
regparams=''
if regparamc == 'Cachero, Ostrovsky 2010':
regparams = "-X 26 -C 8 -G 80 -R 4 -A '--accuracy 0.4' -W '--accuracy 0.4'"
regparams = '-X 26 -C 8 -G 80 -R 4 -A "--accuracy 0.4" -W "--accuracy 0.4"'
regparamf.setText(regparams)
print "Chosen reg params: "+regparamc

Expand Down

0 comments on commit 36a9229

Please sign in to comment.