Skip to content

Commit

Permalink
Update extended_landbosse_output_to_csv_and_pgsql.py
Browse files Browse the repository at this point in the history
Default export into database to false.
  • Loading branch information
akey7 committed Aug 10, 2020
1 parent 95f772b commit a601003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
join_landbosse_output_costs.to_csv("extended_landbosse_costs.csv", index=False)
join_landbosse_output_details.to_csv("extended_landbosse_details.csv", index=False)

load_into_database_enabled = True
load_into_database_enabled = False
if load_into_database_enabled:
print("Load into database...")

Expand Down

0 comments on commit a601003

Please sign in to comment.