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

Unified Diff: sky/tools/skydb

Issue 960233007: Add super-primitive shelldb (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/tools/shelldb ('k') | sky/tools/skypy/skyserver.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/skydb
diff --git a/sky/tools/skydb b/sky/tools/skydb
index b7a4aa907f1a089b01d8a0849bc1a25f6b11c86a..b3b67db2cb9675cfb90d0feb860e58a310acbbe7 100755
--- a/sky/tools/skydb
+++ b/sky/tools/skydb
@@ -144,8 +144,7 @@ class SkyDebugger(object):
# not a magical "configuration" name.
configuration = os.path.basename(os.path.normpath(self.paths.build_dir))
server_root = self._server_root_for_url(args.url_or_path)
- sky_server = SkyServer(self.paths, SKY_SERVER_PORT,
- configuration, server_root)
+ sky_server = SkyServer(SKY_SERVER_PORT, configuration, server_root)
return sky_server
def _create_paths_for_build_dir(self, build_dir):
« no previous file with comments | « sky/tools/shelldb ('k') | sky/tools/skypy/skyserver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698