mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 347a7974c93326910109cd0f3386cc427add4ec5
This commit is contained in:
parent
d4df55b417
commit
9d36d960d0
656 changed files with 6386 additions and 4726 deletions
|
@ -157,7 +157,7 @@ def check_git_ignore(repo_root, paths):
|
|||
if filter_string[0] != '!':
|
||||
errors += [("IGNORED PATH", "%s matches an ignore filter in .gitignore - "
|
||||
"please add a .gitignore exception" % path, path, None)]
|
||||
except subprocess.CalledProcessError as e:
|
||||
except subprocess.CalledProcessError:
|
||||
# Nonzero return code means that no match exists.
|
||||
pass
|
||||
return errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue