From 3641e7a1faa1c63cc9f572a22ba461f521181479 Mon Sep 17 00:00:00 2001 From: Bryant He Date: Mon, 7 Aug 2023 15:52:22 +0800 Subject: [PATCH] fix: grafana error 2 (#25) --- namekoplus/chassis-agent/metric-configs/grafana.json.mako | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/namekoplus/chassis-agent/metric-configs/grafana.json.mako b/namekoplus/chassis-agent/metric-configs/grafana.json.mako index 052350a..84e6bc0 100644 --- a/namekoplus/chassis-agent/metric-configs/grafana.json.mako +++ b/namekoplus/chassis-agent/metric-configs/grafana.json.mako @@ -115,7 +115,7 @@ "yaxis": { "align": false } - if ${loop.index} == len(grafana_list): + % if ${loop.index} == len(grafana_list): } % else: }, diff --git a/setup.py b/setup.py index 2442fec..e1c9989 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f: setup( name='namekoplus', - version='0.4.15', + version='0.4.16', description='A lightweight Python distributed microservice solution', long_description=long_description, long_description_content_type='text/markdown',