mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
change word in logger
This commit is contained in:
parent
239daa02c5
commit
a8186e917d
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class TreeEquityScoreETL(ExtractTransformLoad):
|
|||
)
|
||||
|
||||
def load(self) -> None:
|
||||
logger.info("Saving Tree Equity Score GeoJSON")
|
||||
logger.info("Saving Tree Equity Score CSV")
|
||||
# write nationwide csv
|
||||
self.CSV_PATH.mkdir(parents=True, exist_ok=True)
|
||||
self.df = self.df[
|
||||
|
|
Loading…
Add table
Reference in a new issue