refactor(debug): Remove unused exit code 11

This commit is contained in:
hygienic-books 2022-07-05 18:02:11 +02:00
parent 4986b970d8
commit 357db8f1e0

View File

@ -37,7 +37,6 @@ import difflib
# 8 : Exception while adding a chain XML element to firewalld direct rules # 8 : Exception while adding a chain XML element to firewalld direct rules
# 9 : Unable to open firewalld direct rules file for updating # 9 : Unable to open firewalld direct rules file for updating
# 10: Unable to restart systemd firewalld.service unit # 10: Unable to restart systemd firewalld.service unit
# 11: Unable to add a <rule/> tag to firewalld
class CONST(object): class CONST(object):