Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Issue 8183010: Wrap the return result of a wrapped function. (Closed)

Created:
9 years, 2 months ago by Peter Mayo
Modified:
9 years, 2 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Wrap the return result of a wrapped function. This avoids the loss of the value, and the pylint warning. BUG=chromium:98600 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104529

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M command_wrapper.py View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Peter Mayo
Before: >>> import command_wrapper as w >>> import time >>> def mess(d=1,r=4): ... time.sleep(d) ...
9 years, 2 months ago (2011-10-07 04:44:59 UTC) #1
bradn
lgtm
9 years, 2 months ago (2011-10-07 17:56:28 UTC) #2
M-A Ruel
lgtm
9 years, 2 months ago (2011-10-07 18:01:56 UTC) #3
commit-bot: I haz the power
CQ is trying the patch. Follow status at https://chromium-status.appspot.com/cq/petermayo@chromium.org/8183010/1
9 years, 2 months ago (2011-10-07 18:37:18 UTC) #4
commit-bot: I haz the power
9 years, 2 months ago (2011-10-07 18:37:26 UTC) #5
Change committed as 104529

Powered by Google App Engine
This is Rietveld 408576698