Skip to content

Commit

Permalink
Initalize the local_changes attribute on a Manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Jan 22, 2014
1 parent 3d8364a commit 67e47f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/scripts/manifest.py
Expand Up @@ -124,6 +124,7 @@ def __init__(self, git_rev):
"manual", "helper"]
self._data = dict((item_type, defaultdict(set)) for item_type in self.item_types)
self.rev = git_rev
self.local_changes = LocalChanges()

def contains_path(self, path):
return any(path in item for item in self._data.itervalues())
Expand Down

0 comments on commit 67e47f0

Please sign in to comment.