-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
cyclonedds typeof
work on derived types (#243)
* Make `cyclonedds typeof` work on derived types This solves File "/usr/lib64/python3.11/site-packages/cyclonedds/idl/init.py", line 39, \ in make_idl_struct \ bases = tuple(list(*bases) + [IdlStruct]) ^^^^^^^^^^^^ TypeError: 'IdlMeta' object is not iterable when `cyclonedds typeof` is used to print a derived type. Signed-off-by: Erik Boasson <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters