From 2724e6409534a948b5a2c212ae0a7192326c1b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Fri, 19 Apr 2024 23:52:23 +0200 Subject: Run 2to3 on the entire project --- src/lib/Bcfg2/Server/Plugins/Properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/Plugins/Properties.py') diff --git a/src/lib/Bcfg2/Server/Plugins/Properties.py b/src/lib/Bcfg2/Server/Plugins/Properties.py index e6549b714..2ea383249 100644 --- a/src/lib/Bcfg2/Server/Plugins/Properties.py +++ b/src/lib/Bcfg2/Server/Plugins/Properties.py @@ -288,7 +288,7 @@ class Properties(Bcfg2.Server.Plugin.Plugin, def get_additional_data(self, metadata): rv = dict() - for fname, pfile in self.entries.items(): + for fname, pfile in list(self.entries.items()): rv[fname] = pfile.get_additional_data(metadata) return rv get_additional_data.__doc__ = \ -- cgit v1.2.3-1-g7c22