[Notes] [Git][BuildStream/buildstream][phil/plugin-testing-api] fixup! runcli.py: fix linting errors



Title: GitLab

Phil Dawson pushed to branch phil/plugin-testing-api at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/plugintestutils/runcli.py
    ... ... @@ -354,7 +354,7 @@ class Cli():
    354 354
                         sys.stdout.write(str(exit_code))
    
    355 355
                         sys.stdout.write('\n')
    
    356 356
                         exit_code = 1
    
    357
    -            except Exception as e: #pylint: disable=broad-except
    
    357
    +            except Exception as e:  # pylint: disable=broad-except
    
    358 358
                     exception = e
    
    359 359
                     exit_code = -1
    
    360 360
                     exc_info = sys.exc_info()
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]