Skip to content

Commit

Permalink
fixup! Add tool for generating test list in JSON format
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Jan 3, 2014
1 parent e628ee9 commit a1ef7c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/scripts/manifest.py
Expand Up @@ -454,10 +454,10 @@ def update_manifest(repo_path, out_path):
setup_git(repo_path)
manifest = load(out_path)
update(manifest)
# if not manifest.local_changes:
write(manifest, out_path)
#else:
# logging.info("Not writing updated manifest because of local changes")
if not manifest.local_changes:
write(manifest, out_path)
else:
logging.info("Not writing updated manifest because of local changes")


if __name__ == "__main__":
Expand Down

0 comments on commit a1ef7c8

Please sign in to comment.