Skip to content

Commit

Permalink
Merge pull request #1515 from w3c/jgraham/manifest_local
Browse files Browse the repository at this point in the history
Fix --ignore-local option; r=Ms2ger
  • Loading branch information
Ms2ger committed Jan 9, 2015
2 parents d528cea + 6f32b2e commit 0754f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def update(self,
remove_missing_local=False):

if local_changes is None:
local_changes = []
local_changes = {}

if committed_changes is not None:
for rel_path, status in committed_changes:
Expand Down

0 comments on commit 0754f7c

Please sign in to comment.