From 357db8f1e0345632ebbdcf8c8a35a460d7411513 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 5 Jul 2022 18:02:11 +0200 Subject: [PATCH] refactor(debug): Remove unused exit code 11 --- update-firewall-source.py | 1 - 1 file changed, 1 deletion(-) diff --git a/update-firewall-source.py b/update-firewall-source.py index 07627e9..5465da3 100644 --- a/update-firewall-source.py +++ b/update-firewall-source.py @@ -37,7 +37,6 @@ import difflib # 8 : Exception while adding a chain XML element to firewalld direct rules # 9 : Unable to open firewalld direct rules file for updating # 10: Unable to restart systemd firewalld.service unit -# 11: Unable to add a tag to firewalld class CONST(object):