commit | 7590b96101a1094a9d4de33b596530efe3d66727 | [log] [tgz] |
---|---|---|
author | Philipp Wollermann <philwo@google.com> | Thu May 16 11:35:03 2019 +0200 |
committer | Philipp Wollermann <philwo@google.com> | Thu May 16 11:35:03 2019 +0200 |
tree | 37587d57d2a45cfacdba15a1350e769e37654cd7 | |
parent | 8d19261656722fbf431536bb47f958a7e25b0ab2 [diff] [blame] |
Formatting fix.
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index cfb3507..56da04d 100644 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py
@@ -1736,7 +1736,9 @@ return create_step( label=":rotating_light: Emergency :rotating_light:", - commands=['buildkite-agent annotate --append --style={} --context "omg" "{}"'.format(style, text)], + commands=[ + 'buildkite-agent annotate --append --style={} --context "omg" "{}"'.format(style, text) + ], )