Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
fix UnboundLocalError in langpack validator (bug 690435)
Browse files Browse the repository at this point in the history
Introduced in 3f0b059
  • Loading branch information
Allen Short committed Oct 14, 2011
1 parent b0379f2 commit 070c033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validator/testcases/content.py
Expand Up @@ -128,6 +128,7 @@ def test_packed_packages(err, xpi_package=None):
continue

# Process the file.
processed = False
name_lower = name.lower()
if name_lower.endswith((".js", ".jsm")):
# Add the scripts to a list to be processed later.
Expand Down

0 comments on commit 070c033

Please sign in to comment.