Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: client/libs/logdog/bootstrap.py

Issue 2131463003: Fix stream_client() in bootstrap.py. (Closed) Base URL: https://github.com/luci/luci-py@master
Patch Set: Delete additional whitespace. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/libs/logdog/bootstrap.py
diff --git a/client/libs/logdog/bootstrap.py b/client/libs/logdog/bootstrap.py
index 980368babb02709b70f5b63c7e07bcd64a7ebb7f..168a84c9e61a7e58b2a2b623689efdc4e6285554 100644
--- a/client/libs/logdog/bootstrap.py
+++ b/client/libs/logdog/bootstrap.py
@@ -69,4 +69,4 @@ class ButlerBootstrap(_ButlerBootstrapBase):
"""
if not self.streamserver_uri:
raise ValueError('No streamserver in bootstrap environment.')
- return stream.StreamClient.create(self.streamserver_uri)
+ return stream.create(self.streamserver_uri)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698