Skip to content

Commit

Permalink
remove duplicate click echo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Apr 30, 2024
1 parent e900105 commit 08b501a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions msc_pygeoapi/loader/hydat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1203,9 +1203,8 @@ def add(
conn_config = configure_es_connection(es, username, password, ignore_certs)
loader = HydatLoader(db, conn_config)

click.echo(f'Accessing SQLite database {db}')
try:
click.echo('Accessing SQLite database {db}')
click.echo(f'Accessing SQLite database {db}')
discharge_var = level_var = station_table = None

level_var = loader.get_table_var('DLY_LEVELS')
Expand Down

0 comments on commit 08b501a

Please sign in to comment.