Compare commits
2 Commits
617ef55dd3
...
pkg/dev/ri
Author | SHA1 | Date | |
---|---|---|---|
fc5a13152b | |||
94b6563d8f |
@ -309,6 +309,7 @@ except:
|
||||
await config_std.property.read_only()
|
||||
|
||||
# copy informations from 'to deploy' configuration to configuration
|
||||
await config.information.importation(await config_std.information.exportation())
|
||||
await config.value.importation(await config_std.value.exportation())
|
||||
await config.permissive.importation(await config_std.permissive.exportation())
|
||||
await config.property.importation(await config_std.property.exportation())
|
||||
|
@ -23,5 +23,5 @@ def tiramisu_display_name(kls,
|
||||
if suffix:
|
||||
doc += suffix
|
||||
if name != doc:
|
||||
name += f' ({doc})'
|
||||
name += f'" "{doc}'
|
||||
return name
|
||||
|
Reference in New Issue
Block a user