You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configured data paths exist and are either directories or files.
The right place to do this would probably be in the main startup entrypoint (i.e. main.py) then pass both the config and validated auth client to the webapp. Data path checking should be done in the config initializer.
While we're at it, this logic should probably live in a separate initialization function, and not just in a bare script in main.py, to allow for more complete testing.
Things to verify on app startup that aren't now:
The right place to do this would probably be in the main startup entrypoint (i.e. main.py) then pass both the config and validated auth client to the webapp. Data path checking should be done in the config initializer.
While we're at it, this logic should probably live in a separate initialization function, and not just in a bare script in main.py, to allow for more complete testing.