<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - webkit-patch failure-reason always raises TypeError"
   href="https://bugs.webkit.org/show_bug.cgi?id=159394">159394</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>webkit-patch failure-reason always raises TypeError
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Tools / Tests
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>Hironori.Fujii&#64;sony.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>lforschler&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre><span class="quote">&gt;  $ ./Tools/Scripts/webkit-patch failure-reason
&gt; Auto-installing package: mechanize
&gt; Traceback (most recent call last):
&gt;   File &quot;./Tools/Scripts/webkit-patch&quot;, line 84, in &lt;module&gt;
&gt;     main()
&gt;   File &quot;./Tools/Scripts/webkit-patch&quot;, line 79, in main
&gt;     WebKitPatch(os.path.abspath(__file__)).main()
&gt;   File &quot;/home/fujii/work/webkit/git/Tools/Scripts/webkitpy/tool/multicommandtool.py&quot;, line 305, in main
&gt;     result = command.check_arguments_and_execute(options, args, self)
&gt;   File &quot;/home/fujii/work/webkit/git/Tools/Scripts/webkitpy/tool/multicommandtool.py&quot;, line 123, in check_arguments_and_execute
&gt;     return self.execute(options, args, tool) or 0
&gt;   File &quot;/home/fujii/work/webkit/git/Tools/Scripts/webkitpy/tool/commands/queries.py&quot;, line 334, in execute
&gt;     (builder, latest_revision) = self._builder_to_explain()
&gt;   File &quot;/home/fujii/work/webkit/git/Tools/Scripts/webkitpy/tool/commands/queries.py&quot;, line 318, in _builder_to_explain
&gt;     print &quot;%s failing&quot; % (pluralize(&quot;builder&quot;, len(red_statuses)))
&gt;   File &quot;/home/fujii/work/webkit/git/Tools/Scripts/webkitpy/tool/grammar.py&quot;, line 43, in pluralize
&gt;     noun = plural(noun)
&gt;   File &quot;/home/fujii/work/webkit/git/Tools/Scripts/webkitpy/tool/grammar.py&quot;, line 35, in plural
&gt;     if re.search(&quot;h$&quot;, noun):
&gt;   File &quot;/usr/lib/python2.7/re.py&quot;, line 146, in search
&gt;     return _compile(pattern, flags).search(string)
&gt; TypeError: expected string or buffer
&gt;  $</span >


In r170637 (<a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [webkitpy] Refactor pluralizer in grammar.py"
   href="show_bug.cgi?id=133067">Bug 133067</a>), the first and second arguments of pluralize were swapped.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>