Skip to content

Commit

Permalink
Added necessary slashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Mar 12, 2014
1 parent 5e4477c commit ac51431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/manifest.py
Expand Up @@ -13,7 +13,7 @@
manifest_name = "MANIFEST.json"
exclude_php_hack = True
ref_suffixes = ["_ref", "-ref"]
blacklist = ["/", "/tools/", "/resources/", "/common/", "/conformance-checkers/", "webdriver"]
blacklist = ["/", "/tools/", "/resources/", "/common/", "/conformance-checkers/", "/webdriver/"]

logging.basicConfig()
logger = logging.getLogger("Web platform tests")
Expand Down

0 comments on commit ac51431

Please sign in to comment.