Skip to content

Commit

Permalink
Mimor change in test
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 20, 2024
1 parent 95a7ed0 commit ec90789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IM/tosca/Tosca.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def _format_outports(ports):
local_port = remote_port
if not remote_port and local_port:
remote_port = local_port

if not remote_port or not local_port:
raise Exception("source or target port must be specified in PortSpec type.")

Expand Down

0 comments on commit ec90789

Please sign in to comment.