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 3064265 commit 9963fcaCopy full SHA for 9963fca
1 file changed
python/src/simuhw/_analyzer.py
@@ -82,7 +82,7 @@ def __iter__(self) -> Iterator[Signal]:
82
return self._signals.__iter__()
83
84
def __str__(self) -> str:
85
- return f'{self.__class__.__name__}(\'{self._name}\', {self._width}, [{', '.join((str(g) for g in self._signals))}])'
+ return f'{self.__class__.__name__}(\'{self._name}\', {self._width}, [{", ".join((str(g) for g in self._signals))}])'
86
87
88
class ChannelProbe(Probe):
0 commit comments