Skip to content

Commit

Permalink
Fixed #3 lower() all file extensions before matching.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorell committed Dec 20, 2019
1 parent 8b54f9b commit 6463885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cruncher/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ def get_stats(self):

def print_messages(self):
for message in self.messages:
click.echo(message)
click.echo(f'\n{message}')

0 comments on commit 6463885

Please sign in to comment.