From 3ecc61a33d04762322419c2d6eff1892190f4c12 Mon Sep 17 00:00:00 2001 From: lucas Date: Sat, 13 Feb 2021 12:13:45 -0300 Subject: [PATCH] update --- python-graph-topology/functions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-graph-topology/functions.py b/python-graph-topology/functions.py index f148e7e..9ce4553 100644 --- a/python-graph-topology/functions.py +++ b/python-graph-topology/functions.py @@ -73,6 +73,7 @@ def fnc_chains_ring(vector): 'Cadena_TX': re.compile(r'^(\w{5}_\w{5})_(\d{3})_(\D{1,6})$'), 'Area': re.compile(r'^(0.0.\d{1}.\d{1,2})$'), 'Region': re.compile(r'(.*0.0.\d{1}.\d{1,2}.+)'), + 'General': re.compile(r'(.*)') # ... } @@ -93,8 +94,6 @@ def fnc_build_filename(vector): info = fnc_chains_ring(vector) len_vector= len(vector) - #print info - if len_vector == 1: tipoTopo = info[0][0]