From 21bee4715a2ad14ff1e0bd58e6179f720e921b7a Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 16 May 2021 06:53:40 +0200 Subject: [PATCH] new function zone_information returns a list --- src/rougail/annotator/fill.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rougail/annotator/fill.py b/src/rougail/annotator/fill.py index 47aed614..0dd701a9 100644 --- a/src/rougail/annotator/fill.py +++ b/src/rougail/annotator/fill.py @@ -32,7 +32,7 @@ from rougail.annotator.target import TargetAnnotator from rougail.annotator.param import ParamAnnotator -CALC_MULTI = ('calc_value', 'calc_list', 'get_range', 'calc_val_first_value', 'unbound_filename') +CALC_MULTI = ('calc_value', 'calc_list', 'get_range', 'calc_val_first_value', 'unbound_filename', 'zone_information') class Annotator(TargetAnnotator, ParamAnnotator):