From 536044f6ad2d6422f31510bc3aae1dc2ee64acb1 Mon Sep 17 00:00:00 2001 From: Sid Kapur Date: Sun, 14 Apr 2024 23:11:19 -0400 Subject: [PATCH] more fix? --- python/housing_data/build_states.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/housing_data/build_states.py b/python/housing_data/build_states.py index cd6f2f4..e16fc98 100644 --- a/python/housing_data/build_states.py +++ b/python/housing_data/build_states.py @@ -29,7 +29,7 @@ def load_states(data_repo_path: Path) -> pd.DataFrame: states_df = load_bps_all_years_plus_monthly(data_repo_path, "state") population_df = state_population.get_state_population_estimates( - data_repo_path / STATE_POPULATION_DIR if data_repo_path else None + data_repo_path / STATE_POPULATION_DIR ) states_df = states_df.merge(