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