Page MenuHomePhabricator

Remove warnings about network drives being used for paths which are not used
Closed, ResolvedPublic

Description

In settings.py file, the paths to the data root directories for all the susi datasets are set. If the path cannot be found locally, a warning is generated that the data will be read from the network drives.

The goal of this hotfix is to limit the generation of the warning to only the case when a data root is used.

A new class DataDirs will be created, and the data root can be acquired using a __get_item__(env_name) function.

Revisions and Commits

Event Timeline

ahmadqasim created this task.
ahmadqasim added a commit: Restricted Diffusion Commit.Oct 15 2021, 6:38 PM
menjivar moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.