We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# TODO: make default paths more robust
This will work on the docker container where our path is always the same, but once this is published as a python package, this would break. To make it work in both cases, use the BASE_FILEPATH constant to make it relative to the repo root. https://github.com/dsi-clinic/2024-winter-climate-cabinet-campaign-finance-tracker/blob/ce20311b545901e6c5808be9c79979104fd37612/src/utils/network.py#L422
BASE_FILEPATH
The text was updated successfully, but these errors were encountered:
bhavyapan
No branches or pull requests
This will work on the docker container where our path is always the same, but once this is published as a python package, this would break. To make it work in both cases, use the
BASE_FILEPATH
constant to make it relative to the repo root.https://github.com/dsi-clinic/2024-winter-climate-cabinet-campaign-finance-tracker/blob/ce20311b545901e6c5808be9c79979104fd37612/src/utils/network.py#L422
The text was updated successfully, but these errors were encountered: