Skip to content

Commit

Permalink
Merge pull request #88 from MGXlab/master
Browse files Browse the repository at this point in the history
Update prepare.py
  • Loading branch information
bastiaanvonmeijenfeldt authored May 26, 2023
2 parents 826c35f + 90e0deb commit 8a75be2
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 8a75be2

Please sign in to comment.