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
Change this file to be named survey_display.py to be consistent with our name changes from occquse to survey_display.
Currently checking the code to see that such a change won't break the program assuming that the config.toml for survey_display is modified appropriately.
The text was updated successfully, but these errors were encountered:
/var/local/csbcd-configs/scrape-util-projects/survey_display/config.toml has this line: parser = "occupant-query", however the python file it is referring to is /usr/local/lib/scrape-util/src/acquire/parsers/occupant_query.py when scrape-util runs. This is because the following function is called:
I don't really understand why this was done this way, but I'll test it to make sure that when I use parser = survey-display in the config.toml, occupant_query.py should be renamed survey_display.py.
Change this file to be named
survey_display.py
to be consistent with our name changes fromoccquse
tosurvey_display
.Currently checking the code to see that such a change won't break the program assuming that the
config.toml
forsurvey_display
is modified appropriately.The text was updated successfully, but these errors were encountered: