Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi committed Feb 12, 2018
1 parent 82518c7 commit a8a959f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions py/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ def build_parser():

def main(): # pylint: disable=too-many-locals
logging.getLogger().setLevel(logging.INFO) # pylint: disable=too-many-locals
logging.basicConfig(level=logging.INFO,
format=('%(levelname)s|%(asctime)s'
'|%(pathname)s|%(lineno)d| %(message)s'),
datefmt='%Y-%m-%dT%H:%M:%S',
)

util.maybe_activate_service_account()

Expand Down

0 comments on commit a8a959f

Please sign in to comment.