feat(XML): Render a global XML scaffolding for use throughout execution
This commit is contained in:
parent
905f97ef55
commit
723dac7a6f
@ -541,6 +541,8 @@ if __name__ == '__main__':
|
|||||||
f"{CONST.CFG_MANDATORY} set. Exiting 2 ...")
|
f"{CONST.CFG_MANDATORY} set. Exiting 2 ...")
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
|
|
||||||
|
arg_fw_rule_data = gen_fwd_direct_scaffolding()
|
||||||
|
|
||||||
log.debug(f"Iterating over config sections ...")
|
log.debug(f"Iterating over config sections ...")
|
||||||
for section in config.sections():
|
for section in config.sections():
|
||||||
log.debug(f"Processing section '[{section}]' ...")
|
log.debug(f"Processing section '[{section}]' ...")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user