From 1a736a878a49515ab2198e3cba66ad5162791f7c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 12 Dec 2013 01:50:59 -0500 Subject: lint: clean up section names in docstrings Make sure: - correct ordering - correct name usage - new lines before each section Maybe one or two other random fixes too like whitespace alignment. BUG=chromium:327969 TEST=`cros lint` doesn't complain as much TEST=`./buildbot/run_tests` passes Change-Id: Ia57f06d5c0709103b2373568989d03d8fbaceeb5 Reviewed-on: https://chromium-review.googlesource.com/179802 Reviewed-by: Matt Tennant Commit-Queue: Mike Frysinger Tested-by: Mike Frysinger --- scripts/cros_mark_as_stable.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/cros_mark_as_stable.py') diff --git a/scripts/cros_mark_as_stable.py b/scripts/cros_mark_as_stable.py index 2b71793d7..4d72bbda2 100644 --- a/scripts/cros_mark_as_stable.py +++ b/scripts/cros_mark_as_stable.py @@ -127,6 +127,7 @@ def PushChange(stable_branch, tracking_branch, dryrun, cwd): tracking_branch: The tracking branch of the local branch. dryrun: Use git push --dryrun to emulate a push. cwd: The directory to run commands in. + Raises: OSError: Error occurred while pushing. """ -- cgit v1.2.3