Some client improvements and some improvements to testing classes for non-rf testing.

This commit is contained in:
Michael Woods
2025-03-19 20:34:02 -04:00
parent b1c9e7e760
commit 53cdfaf312
12 changed files with 153 additions and 16 deletions

View File

@@ -90,7 +90,7 @@ class Server:
logging.debug("objects bucket missing, creating")
conn.root.objects = OOBTree()
if 'jobs' not in conn.root():
logging.debug("jobss bucket missing, creating")
logging.debug("jobs bucket missing, creating")
conn.root.jobs = OOBTree()
if 'job_queue' not in conn.root():
conn.root.job_queue = PersistentList()