use default SDT URL as default session option
(Boeing r1840)
This commit is contained in:
parent
7bc3fa99a0
commit
422ecab341
1 changed files with 1 additions and 1 deletions
|
@ -999,7 +999,7 @@ class SessionConfig(ConfigurableManager, Configurable):
|
|||
'Preserve session dir'),
|
||||
("enablesdt", coreapi.CONF_DATA_TYPE_BOOL, '0', 'On,Off',
|
||||
'Enable SDT3D output'),
|
||||
("sdturl", coreapi.CONF_DATA_TYPE_STRING, '', '',
|
||||
("sdturl", coreapi.CONF_DATA_TYPE_STRING, Sdt.DEFAULT_SDT_URL, '',
|
||||
'SDT3D URL'),
|
||||
]
|
||||
_confgroups = "Options:1-%d" % len(_confmatrix)
|
||||
|
|
Loading…
Reference in a new issue