From 723dac7a6f1eec34388b5996c83cc9c8bb3133d9 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 5 Jul 2022 04:47:00 +0200 Subject: [PATCH] feat(XML): Render a global XML scaffolding for use throughout execution --- update-firewall-source.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update-firewall-source.py b/update-firewall-source.py index c12c39e..2d57167 100644 --- a/update-firewall-source.py +++ b/update-firewall-source.py @@ -541,6 +541,8 @@ if __name__ == '__main__': f"{CONST.CFG_MANDATORY} set. Exiting 2 ...") sys.exit(2) + arg_fw_rule_data = gen_fwd_direct_scaffolding() + log.debug(f"Iterating over config sections ...") for section in config.sections(): log.debug(f"Processing section '[{section}]' ...")