Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: ensure_dependencies.py

Issue 29869563: Issue 6906 - pack source archives with the correct version (Closed)
Patch Set: Created Aug. 30, 2018, 1:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | releaseAutomation.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ensure_dependencies.py
diff --git a/ensure_dependencies.py b/ensure_dependencies.py
index 0bb03b13b084e5384b4b280d70dacc91470606c9..69db07cd922fd6d049fc262e212eb245394b4c57 100755
--- a/ensure_dependencies.py
+++ b/ensure_dependencies.py
@@ -392,7 +392,7 @@ def resolve_deps(repodir, repotype, level=0, self_update=True,
else:
vcs = None
npm_outdated = not os.path.exists(
- os.path.join(target, 'node_modules')
+ os.path.join(target, 'node_modules'),
tlucas 2018/08/30 13:12:46 While at it, i also fixed this. This will be in an
)
recent_npm_failed = os.path.exists(os.path.join(target, NPM_LOCKFILE))
« no previous file with comments | « no previous file | releaseAutomation.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld