Skip to content

Commit

Permalink
fix path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
GbotemiB committed Sep 11, 2024
1 parent eef7cc7 commit d4d44a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_industrial_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def create_steel_db():
except Exception as e:
steel_plant_path = os.path.join(
os.getcwd(),
"../data/temp_hard_coded/global_steel_plant_tracker_2023_03.xlsx",
"data/temp_hard_coded/global_steel_plant_tracker_2023_03.xlsx",
)
steel_orig = pd.read_excel(
steel_plant_path,
Expand Down

0 comments on commit d4d44a9

Please sign in to comment.