From 0d3714dd199cb13174bdcacf7bc9e65290769b6f Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Thu, 26 Mar 2009 14:35:27 -0700 Subject: [PATCH] lbs-filter-gpg has been renamed to cumulus-filter-gpg. An instance of this was missed in the code. Caught by Achim J. Latz . --- python/cumulus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cumulus/__init__.py b/python/cumulus/__init__.py index b120436..46a7b5f 100644 --- a/python/cumulus/__init__.py +++ b/python/cumulus/__init__.py @@ -27,7 +27,7 @@ accessed_segments = set() # filename extensions. These are listed in priority order (methods earlier in # the list are tried first). SEGMENT_FILTERS = [ - (".gpg", "lbs-filter-gpg --decrypt"), + (".gpg", "cumulus-filter-gpg --decrypt"), (".gz", "gzip -dc"), (".bz2", "bzip2 -dc"), ] -- 2.20.1