Skip to content

Instantly share code, notes, and snippets.

@sideshowbarker
Created December 10, 2014 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sideshowbarker/4afef022003b6050e9ae to your computer and use it in GitHub Desktop.
Save sideshowbarker/4afef022003b6050e9ae to your computer and use it in GitHub Desktop.
wpt manifest.py local_changes failure
$ python tools/scripts/manifest.py
DEBUG:manifest:Creating new manifest at /opt/workspace/web-platform-tests/MANIFEST.json
INFO:manifest:Updating manifest
DEBUG:manifest:Adding all changesets to the manifest
Traceback (most recent call last):
File "tools/scripts/manifest.py", line 855, in <module>
update_from_cli(**vars(opts))
File "tools/scripts/manifest.py", line 821, in update_from_cli
ignore_local=kwargs.get("ignore_local", False))
File "tools/scripts/manifest.py", line 800, in update
remove_missing_local=remove_missing_local)
File "tools/scripts/manifest.py", line 321, in update
for rel_path, status in local_changes:
ValueError: too many values to unpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment