Skip to content

Commit

Permalink
Properly Allow different formats.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed Sep 3, 2023
1 parent cf50119 commit a861fe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/aag/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
readings_table = Table()

format_lookup = {
'csv': 'ascii.csv',
'ecsv': 'ascii.ecsv',
'json': 'pandas.json',
'.csv': 'ascii.csv',
'.ecsv': 'ascii.ecsv',
'.json': 'pandas.json',
}


Expand Down

0 comments on commit a861fe1

Please sign in to comment.