Skip to content

Commit

Permalink
Latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi committed Aug 20, 2019
1 parent e2b1da2 commit b5f4dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/kubeflow/kubeflow/ci/update_jupyter_web_app.py
Expand Up @@ -259,7 +259,7 @@ def create_pull_request(self, base="kubeflow:master", commit=None):
pr_title = self._pr_title(commit)

with tempfile.NamedTemporaryFile(delete=False, mode="w") as hf:
hf.write(pr_title.encode())
hf.write(pr_title)
hf.write("\n")
hf.write("\n")
hf.write(
Expand Down

0 comments on commit b5f4dcc

Please sign in to comment.