We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9261b1d commit 4d9bb9fCopy full SHA for 4d9bb9f
python/mscclpp/language/internal/operations.py
@@ -567,7 +567,7 @@ def to_dict(self):
567
result["dst_buff"] = []
568
for chunk in self.dst_buff:
569
result["dst_buff"].append(chunk.to_dict())
570
- if self.channel_ids == ChannelType.port:
+ if self.channel_type == ChannelType.port:
571
result["channel_ids"] = self.channel_ids
572
result["channel_type"] = self.channel_type.value
573
return result
0 commit comments