Skip to content

Commit

Permalink
Fix for failing Jenkins automated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Smith committed Oct 17, 2018
1 parent f504ff1 commit cdc36e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/lint/acilint.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def error_005(self):
context_info[current_context] = {'v4list': [],
'v6list': []}
for subnet in bd.get_subnets():
ip_subnet = ipaddress.ip_network(str(subnet.addr),
ip_subnet = ipaddress.ip_network(unicode(subnet.addr),
strict=False)
index = 0
index_to_insert = 0
Expand Down

0 comments on commit cdc36e8

Please sign in to comment.