Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jul 31, 2024
1 parent 52df0f5 commit de3e772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IM/tosca/Tosca.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,7 @@ def _gen_configure_from_interfaces(self, node, compute, interfaces):
return None
if not compute:
Tosca.logger.warning("Node %s has not compute node to host in." % node.name)
return None

variables = ""
tasks = ""
Expand Down

0 comments on commit de3e772

Please sign in to comment.