commit | 699a6b22dd39a05e9bfbddb5bad853b44a565c79 | [log] [tgz] |
---|---|---|
author | David Shrewsbury <shrewsbury.dave@gmail.com> | Fri May 19 09:38:36 2017 -0400 |
committer | David Shrewsbury <shrewsbury.dave@gmail.com> | Fri May 19 09:38:36 2017 -0400 |
tree | cc6fb6330dc367a6a56b51d1da22feb5c9ef2153 | |
parent | e095846934275f9a0a1798fa255c59416785877f [diff] |
Re-enable E305 pep8 errors E305 expected 2 blank lines after class or function definition Change-Id: I122ed1bc7e720ec00127cb971b4b353bee2704fd
diff --git a/tools/trigger-job.py b/tools/trigger-job.py index 7123afc..dd69f1b 100755 --- a/tools/trigger-job.py +++ b/tools/trigger-job.py
@@ -73,5 +73,6 @@ while not job.complete: time.sleep(1) + if __name__ == '__main__': main()
diff --git a/tools/update-storyboard.py b/tools/update-storyboard.py index 12e6916..51434c9 100644 --- a/tools/update-storyboard.py +++ b/tools/update-storyboard.py
@@ -96,5 +96,6 @@ if ok_lanes and not task_found: add_task(sync, task, lanes[ok_lanes[0]]) + if __name__ == '__main__': main()