Skip to content

Commit

Permalink
Update prepare.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiaanvonmeijenfeldt authored May 26, 2023
1 parent 826c35f commit 90e0deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CAT_pack/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def prepare(step_list, args):
# ... 1. a taxonomy folder with names and nodes.
tax_db = db_dir / pathlib.Path("tax")

if tax_db.isdir():
if tax_db.is_dir():
message = "Taxonomy folder {0} exists.".format(tax_db)
shared.give_user_feedback(
message, args.log_file, args.quiet, show_time=True)
Expand Down

0 comments on commit 90e0deb

Please sign in to comment.