Skip to content

Commit

Permalink
Mark Run script option as experimental
Browse files Browse the repository at this point in the history
* it is note recommended for serious work and very unlikely to run on Windows
  • Loading branch information
jefferis committed May 19, 2015
1 parent 4dee701 commit 41047c4
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 @@ -119,7 +119,7 @@ def updateOuputFolders():
print choicef.getSelectedItem()

# final Action (Test, Run, Write Script)
gd.addChoice("Action",["Test","Write Script","Run"],"Write Script")
gd.addChoice("Action",["Test","Write Script","Run (Experimental)"],"Write Script")
font=Font("SansSerif",Font.BOLD,12)

# Advanced options
Expand Down

0 comments on commit 41047c4

Please sign in to comment.