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
Script defaults_generator/defaults_generator_script.py is not working in its current structure with an error.
python defaults_generator/defaults_generator_script.py
Traceback (most recent call last):
File "/home/mzanwar/COVID-MVP/defaults_generator/defaults_generator_script.py", line 21, in <module>
from definitions import (REFERENCE_DATA_DIR,
ModuleNotFoundError: No module named 'definitions'
It does work well by copying the script one directory up (base VIRUS-MVP dir).
The text was updated successfully, but these errors were encountered:
anwarMZ
changed the title
script for setting default view doesn't run in its current structure on production instance
script for setting default view doesn't work in its current structure on production instance
May 7, 2024
Script
defaults_generator/defaults_generator_script.py
is not working in its current structure with an error.It does work well by copying the script one directory up (base VIRUS-MVP dir).
The text was updated successfully, but these errors were encountered: