We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698cb75 commit df3d61dCopy full SHA for df3d61d
1 file changed
deploy/config.py
@@ -98,6 +98,8 @@ def read(self):
98
if hasattr(self, key):
99
super().__setattr__(key, value)
100
101
+ self.config_redirect()
102
+
103
def write(self):
104
poor_yaml_write(self.config, self.file)
105
0 commit comments