aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/buildpackage.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-02-01 07:59:09 +0100
committerGuido Günther <agx@sigxcpu.org>2017-02-01 07:59:58 +0100
commit32779fc580e2855df460aa948ac280d85d7c8e06 (patch)
treefe91339019effdb8e419c957a3a226083598d66e /gbp/scripts/buildpackage.py
parent81039036831fb4cd597c385c41e25ae6cdc03652 (diff)
Make epydoc happy
(although this docstring is sphinx style but we need to switch for python3 anyway)
Diffstat (limited to 'gbp/scripts/buildpackage.py')
-rwxr-xr-xgbp/scripts/buildpackage.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/gbp/scripts/buildpackage.py b/gbp/scripts/buildpackage.py
index e5812046..453b90d3 100755
--- a/gbp/scripts/buildpackage.py
+++ b/gbp/scripts/buildpackage.py
@@ -244,11 +244,9 @@ def clean_working_tree(options, repo):
"""
Clean the working tree.
- :param options: Program run-time options, as an
- `optparse.OptionContainer`.
+ :param options: Program run-time options, as an `optparse.OptionContainer`.
:param repo: The Git repository, as a `DebianGitRepository`.
- :raise GbpError: When the working tree has uncommitted
- changes.
+ :raise GbpError: When the working tree has uncommitted changes.
:return: None.
"""
Command(options.cleaner, shell=True)()