Skip to content

Commit

Permalink
msnoise command fix char
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLecocq committed Feb 29, 2024
1 parent e174246 commit a0ccba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msnoise/scripts/msnoise.py
Expand Up @@ -186,8 +186,8 @@ def info_stations(db):
'{:.1f}'.format(s.altitude) if s.altitude is not None else na_sign,
s.coordinates or na_sign,
'Y' if s.used else 'N'))
click.echo(" Location code(s): %s" % s.used_location_codes)
click.echo(" Channel names(s): %s" % s.used_channel_names)
click.echo(" | Location code(s): %s" % s.used_location_codes)
click.echo(" | Channel names(s): %s" % s.used_channel_names)
if s is None:
click.echo(' ')

Expand Down

0 comments on commit a0ccba3

Please sign in to comment.