Currently if a new subject is added via write_subject, sessions.json file won't exist until a session is added
This makes it awkward to query the list of sessions, as it should just be an empty list with no problem, but right now it prints a warning about the sessions json file not existing.
When writing a new subject, write_subject should create the sessions.json with an empty list of session ids
Traceability Information:
This information was populated automatically by a script on 2025-06-09T18:01:35Z.
Currently if a new subject is added via
write_subject, sessions.json file won't exist until a session is addedThis makes it awkward to query the list of sessions, as it should just be an empty list with no problem, but right now it prints a warning about the sessions json file not existing.
When writing a new subject,
write_subjectshould create the sessions.json with an empty list of session idsTraceability Information:
This information was populated automatically by a script on 2025-06-09T18:01:35Z.