diff options
Diffstat (limited to 'Tools/Scripts/webkitpy/style/checkers/python.py')
-rw-r--r-- | Tools/Scripts/webkitpy/style/checkers/python.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/Scripts/webkitpy/style/checkers/python.py b/Tools/Scripts/webkitpy/style/checkers/python.py index 9fc436f3d..2066d9d51 100644 --- a/Tools/Scripts/webkitpy/style/checkers/python.py +++ b/Tools/Scripts/webkitpy/style/checkers/python.py @@ -95,6 +95,7 @@ class Pylinter(object): "Instance of 'Popen' has no 'stdout' member", "Instance of 'Popen' has no 'stderr' member", "Instance of 'Popen' has no 'wait' member", + "Instance of 'Popen' has no 'pid' member", ] def __init__(self): |