From 7219f4952fe87dc74067386eb494cc722154b257 Mon Sep 17 00:00:00 2001 From: Georg Sauthoff Date: Sat, 13 Mar 2021 10:39:56 +0100 Subject: [PATCH] update default product location --- inema/frank.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inema/frank.py b/inema/frank.py index 2776d1a..b014f7b 100755 --- a/inema/frank.py +++ b/inema/frank.py @@ -219,7 +219,7 @@ def read_config(filenames): def list_products(expr): l = [] e = re.compile(expr, flags=re.IGNORECASE) - for k,v in inema.marke_products.items(): + for k,v in inema.default_products.items(): if not e.search(v['name']): continue h = v