mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Assorted pylint fixes
This commit is contained in:
@@ -452,7 +452,7 @@ class InterfaceTransaction(FirewallTransaction):
|
||||
# Even it shouldn't happen, it's actually possible that
|
||||
# the same interface is in several zone XML files
|
||||
self.module.fail_json(
|
||||
msg='ERROR: interface {} is in {} zone XML file, can only be in one'.format(
|
||||
msg='ERROR: interface {0} is in {1} zone XML file, can only be in one'.format(
|
||||
interface,
|
||||
len(iface_zone_objs)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user