Skip to content

Commit d07c8ec

Browse files
Update hydromt_fiat/fiat.py
Co-authored-by: frederique-hub <72015981+frederique-hub@users.noreply.github.com>
1 parent 93c0849 commit d07c8ec

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

hydromt_fiat/fiat.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -784,16 +784,6 @@ def setup_building_footprint(
784784
else:
785785
shutil.copy2(building_footprint_fn, building_footprints_exp)
786786

787-
# Create BF folder in Output
788-
building_footprints_out = Path(self.root).joinpath("output" , "building_footprints")
789-
if not os.path.exists(building_footprints_out):
790-
os.makedirs(building_footprints_out)
791-
if isinstance(building_footprint_fn,list):
792-
for file in building_footprint_fn:
793-
shutil.copy2(file, building_footprints_out)
794-
else:
795-
shutil.copy2(building_footprint_fn, building_footprints_out)
796-
797787
# Update functions
798788
def update_all(self):
799789
self.logger.info("Updating all data objects...")

0 commit comments

Comments
 (0)