~sbaldassin/autopilot/fix_mir

« back to all changes in this revision

Viewing changes to autopilot/run.py

  • Committer: Tarmac
  • Author(s): Christopher Lee
  • Date: 2015-08-19 05:12:29 UTC
  • mfrom: (567.1.1 newer-flake8-fixes)
  • Revision ID: tarmac-20150819051229-82tk4w2xqrvpirks
Update flake8 rules and fix new flake8 errors.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
 
215
215
class _OneOrMoreArgumentStoreAction(Action):
216
216
 
217
 
    def __call__(self,  parser, namespace, values, option_string=None):
 
217
    def __call__(self, parser, namespace, values, option_string=None):
218
218
        if len(values) == 0:
219
219
            parser.error(
220
220
                "Must specify at least one argument to the 'launch' command")