- Big catchup commit to make sure we are up to beta7.
This includes a number of single patches, ranging from the vista fix with the buffers, to the start of many new minor features.
This commit is contained in:
@@ -150,13 +150,13 @@ class SettingsWindow(wx.Panel):
|
||||
tstr += "--check "
|
||||
elif mode == "autoverify":
|
||||
tstr += "--auto-claims "
|
||||
elif mode == "statespace":
|
||||
elif mode == "characterize":
|
||||
tstr += "--state-space "
|
||||
|
||||
# Anything else?
|
||||
if self.misc != "":
|
||||
tstr += " " + self.misc + " "
|
||||
|
||||
return tstr
|
||||
return str(tstr) # turn it into a str (might have been unicode weirdness)
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user