From d0992419026904596f472cdf683f4df527568023 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 10 Dec 2024 10:16:44 +0100 Subject: [PATCH] Add FIXME comment --- pdns/recursordist/metrics.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pdns/recursordist/metrics.py b/pdns/recursordist/metrics.py index cf565f8fc0..3d11b68973 100644 --- a/pdns/recursordist/metrics.py +++ b/pdns/recursordist/metrics.py @@ -36,7 +36,8 @@ with open(srcdir + '/metrics_table.py', mode='r', encoding="utf-8") as file: table = eval(file.read()) # -# We create various files in the srcdir but copy them into the buildir if needed to satisfy meson +# We create various files in the srcdir but copy them into the builddir if needed to satisfy meson +# FIXME: only generate in builddir once autotools have been dropped # with open(srcdir + '/rec-oids-gen.h', 'w', encoding='utf-8') as file: file.write('// THIS IS A GENERATED FILE. DO NOT EDIT. SOURCE metrics.py AND metrics_table.py\n') -- 2.47.2