Fix path handling for zkhandler

Using full paths broke the local schema generator, so convert these to
proper class instance methods and use them along with a new default +
settable override.
This commit is contained in:
2024-10-11 14:44:29 -04:00
parent 7f7047dd52
commit 35153cd6b6
2 changed files with 27 additions and 28 deletions

View File

@ -21,4 +21,5 @@
from daemon_lib.zkhandler import ZKSchema
ZKSchema.write()
schema = ZKSchema(root_path=".")
schema.write()