aboutsummaryrefslogtreecommitdiff
path: root/gbp/pkg/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/pkg/__init__.py')
-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)