Skip to content

Commit

Permalink
TST #333 LGTM review
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jul 6, 2020
1 parent b25fdc3 commit 4d25731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apstools/beamtime/bss_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,12 +343,12 @@ def get_options():

subcommand = parser.add_subparsers(dest='subcommand', title='subcommand')

p_sub = subcommand.add_parser('beamlines', help="print list of beamlines")
subcommand.add_parser('beamlines', help="print list of beamlines")

p_sub = subcommand.add_parser('current', help="print current ESAF(s) and proposal(s)")
p_sub.add_argument('beamlineName', type=str, help="Beamline name")

p_sub = subcommand.add_parser('cycles', help="print APS cycle names")
subcommand.add_parser('cycles', help="print APS cycle names")

p_sub = subcommand.add_parser('esaf', help="print specific ESAF")
p_sub.add_argument('esafId', type=int, help="ESAF ID number")
Expand Down

0 comments on commit 4d25731

Please sign in to comment.