aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-07-03 15:17:22 +0200
committerGuido Günther <agx@sigxcpu.org>2016-07-03 15:17:22 +0200
commitb1e2b96dee730e92e6db3ff96d42677f6b7383e6 (patch)
treee56a957a058e8456db200775002d039a93e3b6f4
parent312c9b950c4e738241674aa516f9e79cdb903b14 (diff)
Clarify comment
Git-Dch: Ignore
-rw-r--r--gbp/pkg/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gbp/pkg/__init__.py b/gbp/pkg/__init__.py
index b693829..d3c1008 100644
--- a/gbp/pkg/__init__.py
+++ b/gbp/pkg/__init__.py
@@ -310,8 +310,8 @@ class UpstreamSource(object):
def unpack(self, dir, filters=[]):
"""
Unpack packed upstream sources into a given directory
- and determine the toplevel of the source tree filtering
- out files specified by filters.
+ (filtering out files specified by filters) and determine the
+ toplevel of the source tree.
"""
if self.is_dir():
raise GbpError("Cannot unpack directory %s" % self.path)