fix: do not remove force_default_on_freeze
This commit is contained in:
parent
7ae683149a
commit
1d05ffa7cd
2 changed files with 0 additions and 5 deletions
|
|
@ -13,9 +13,6 @@ license = {file = "LICENSE"}
|
|||
classifiers = [
|
||||
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
|
|
|
|||
|
|
@ -47,6 +47,4 @@ class Annotator(Walk):
|
|||
self.objectspace.informations.add(path, "bitwarden", True)
|
||||
self.objectspace.informations.add(path, "default_value_makes_sense", False)
|
||||
self.objectspace.properties.add(path, "novalidator", True)
|
||||
if 'force_default_on_freeze' in self.objectspace.properties.get(path):
|
||||
self.objectspace.properties.remove(path, 'force_default_on_freeze')
|
||||
variable.default = variable.secret_manager
|
||||
|
|
|
|||
Loading…
Reference in a new issue