Skip to content

Commit

Permalink
Update hydromt_fiat/fiat.py
Browse files Browse the repository at this point in the history
Co-authored-by: frederique-hub <[email protected]>
  • Loading branch information
Santonia27 and frederique-hub authored Dec 13, 2023
1 parent 93c0849 commit d07c8ec
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions hydromt_fiat/fiat.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,16 +784,6 @@ def setup_building_footprint(
else:
shutil.copy2(building_footprint_fn, building_footprints_exp)

# Create BF folder in Output
building_footprints_out = Path(self.root).joinpath("output" , "building_footprints")
if not os.path.exists(building_footprints_out):
os.makedirs(building_footprints_out)
if isinstance(building_footprint_fn,list):
for file in building_footprint_fn:
shutil.copy2(file, building_footprints_out)
else:
shutil.copy2(building_footprint_fn, building_footprints_out)

# Update functions
def update_all(self):
self.logger.info("Updating all data objects...")
Expand Down

0 comments on commit d07c8ec

Please sign in to comment.