Skip to content

Conversation

@JohnGarbutt
Copy link
Member

... might be something bad with victoria?

... might be something bad with victoria?
result[host] = []
for network in networks:
interface = net_interface(context, host, network)
interface = net_interface(context, host, network) or ("missinginterface" + network)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
interface = net_interface(context, host, network) or ("missinginterface" + network)
interface = net_interface(context, host, network)
if not interface:
continue

Would also work, but maybe that is less debug-able.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants