Skip to content

Commit

Permalink
Merge pull request #94 from hlasimpk/master
Browse files Browse the repository at this point in the history
Changed simbad-db from positional argument
  • Loading branch information
hlasimpk committed Nov 19, 2018
2 parents 7df89c2 + d4cfacb commit 3c9cbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simbad/command_line/simbad_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ def create_db_argparse():
type=str,
default='info',
help='The console verbosity level < notset | info | debug | warning | error | critical > ')
pc.add_argument('simbad_db', type=str, default=simbad.MORDA_MODELS,
pc.add_argument('-simbad_db', type=str, default=simbad.MORDA_MODELS,
help='Path to local copy of the SIMBAD database')

pd = sp.add_parser('ensemble', help='ensemble database')
Expand Down

0 comments on commit 3c9cbec

Please sign in to comment.