[Webkit-unassigned] [Bug 97253] New: REGRESSION: webkit-patch land fails with "AttributeError: 'NoneType' object has no attribute 'contents'"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 20 12:59:08 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=97253
Summary: REGRESSION: webkit-patch land fails with
"AttributeError: 'NoneType' object has no attribute
'contents'"
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: eric at webkit.org, tony at chromium.org, abarth at webkit.org,
ojan at chromium.org, dpranke at chromium.org
$ Tools/Scripts/webkit-patch land
Fetching: https://bugs.webkit.org/show_bug.cgi?id=97155&ctype=xml&excludefield=attachmentdata
Guessing "Hajime Morita" as reviewer from attachment 164811 on bug 97155.
Traceback (most recent call last):
File "Tools/Scripts/webkit-patch", line 84, in <module>
main()
File "Tools/Scripts/webkit-patch", line 79, in main
WebKitPatch(os.path.abspath(__file__)).main()
File "/Users/rniwa/webkit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 311, in main
result = command.check_arguments_and_execute(options, args, self)
File "/Users/rniwa/webkit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 120, in check_arguments_and_execute
return self.execute(options, args, tool) or 0
File "/Users/rniwa/webkit/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 51, in execute
self._sequence.run_and_handle_errors(tool, options, state)
File "/Users/rniwa/webkit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 70, in run_and_handle_errors
self._run(tool, options, state)
File "/Users/rniwa/webkit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 64, in _run
step(tool, options).run(state)
File "/Users/rniwa/webkit/Tools/Scripts/webkitpy/tool/steps/updatechangelogswithreviewer.py", line 72, in run
ChangeLog(changelog_path).set_reviewer(reviewer)
File "/Users/rniwa/webkit/Tools/Scripts/webkitpy/common/checkout/changelog.py", line 349, in set_reviewer
latest_entry_contents = latest_entry.contents()
AttributeError: 'NoneType' object has no attribute 'contents'
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list