From 3ca0a98125f9599f36fac62b4b075e2e6f27ab5a Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 30 Jan 2012 12:48:45 +0100 Subject: PristineTar: fix match when not passing in a compression type --- gbp/deb/pristinetar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gbp') diff --git a/gbp/deb/pristinetar.py b/gbp/deb/pristinetar.py index 77273ec7..abbe1360 100644 --- a/gbp/deb/pristinetar.py +++ b/gbp/deb/pristinetar.py @@ -59,7 +59,7 @@ class PristineTar(Command): return None if not comp_type: - ext = '\w+' + ext = '\w\+' else: ext = compressor_opts[comp_type][1] -- cgit v1.2.3