aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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)()