Skip to content

Commit

Permalink
Remove useless dash in cli message
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaoul committed Jul 22, 2015
1 parent 25cf0ac commit 52709a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subliminal/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def download(obj, provider, language, age, directory, encoding, single, force, h
scaled_score *= 100 / v.scores['hash']

# echo some nice colored output
click.echo(' - [{score}] - {language} subtitle from {provider_name} (match on {matches})'.format(
click.echo(' - [{score}] {language} subtitle from {provider_name} (match on {matches})'.format(
score=click.style('{:5.1f}'.format(scaled_score), fg=score_color, bold=score >= v.scores['hash']),
language=s.language.name if s.language.country is None else '%s (%s)' % (s.language.name,
s.language.country.name),
Expand Down

0 comments on commit 52709a3

Please sign in to comment.