Skip to content

Commit

Permalink
Apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Oct 1, 2024
1 parent 96f3e23 commit 6e278cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ford/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,9 @@ def parse_arguments(

proj_data.normalise_paths(directory)

proj_data.creation_date = datetime.now().astimezone().strftime(proj_data.creation_date)
proj_data.creation_date = (
datetime.now().astimezone().strftime(proj_data.creation_date)
)

# Make sure no src_dir is contained within output_dir
for srcdir in proj_data.src_dir:
Expand Down

0 comments on commit 6e278cc

Please sign in to comment.