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

Unified Diff: doc/recipes.py

Issue 2867313002: [doc/recipes.py] fix issue when running recipes.py from . (Closed)
Patch Set: Created 3 years, 7 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: doc/recipes.py
diff --git a/doc/recipes.py b/doc/recipes.py
index c49933f5e1c28ee72b47a095bbfe1146aede58a5..2b2fb66f0e492fefa82c0d4daf10be7ad238da3a 100755
--- a/doc/recipes.py
+++ b/doc/recipes.py
@@ -187,7 +187,7 @@ def main():
repo_root = os.path.abspath(
_git_output(['rev-parse', '--show-toplevel'],
- cwd=os.path.dirname(__file__)).strip())
+ cwd=os.path.abspath(os.path.dirname(__file__))).strip())
# TODO(iannucci): Actually make the location of recipes.cfg configurable.
recipes_cfg_path = os.path.join(repo_root, 'infra', 'config', 'recipes.cfg')
« 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