Skip to content

Commit

Permalink
flow: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Sep 27, 2024
1 parent a777a30 commit ca1dc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seal5/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def initialize(
if force is False and not utils.ask_user(
"Overwrite existing .seal5 diretcory?", default=False, interactive=interactive
):
logger.error("Directory %s already exists! Aborting...", self._meta_dir)
logger.error("Directory %s already exists! Aborting...", self.meta_dir)
sys.exit(1)
self.meta_dir.mkdir(exist_ok=True)
create_seal5_directories(
Expand Down

0 comments on commit ca1dc6a

Please sign in to comment.