Skip to content

Commit

Permalink
correct quote
Browse files Browse the repository at this point in the history
  • Loading branch information
fchabouis committed Mar 7, 2024
1 parent 7fd8267 commit 29d4903
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/batid/services/data_gouv_publication.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ def publish():


def create_directory():
directory_name = f"datagouvfr_publication_{datetime.now().strftime("%Y-%m-%d_%H-%M-%S")}"
directory_name = (
f'datagouvfr_publication_{datetime.now().strftime("%Y-%m-%d_%H-%M-%S")}'
)
os.mkdir(directory_name)
return directory_name


def create_rnb_csv_files(directory_name):
create_building_csv(directory_name)
create_building_address_csv(directory_name)
Expand Down

0 comments on commit 29d4903

Please sign in to comment.