Skip to content

Commit

Permalink
Fix flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Aug 3, 2023
1 parent 0556e47 commit 2278af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charidotella/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def run_generators(configuration: dict[str, typing.Any]):
paths.sort(key=lambda path: (path.stem, path.parent))
if len(paths) == 0:
utilities.error(f'no .es files match "{args.glob}"')
if args.generate_names:
if args.new_names:
names = animals.generate_names(len(paths))
else:
names = sorted([path.stem for path in paths])
Expand Down
2 changes: 1 addition & 1 deletion charidotella/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.1"
__version__ = "2.1.2"

0 comments on commit 2278af6

Please sign in to comment.