Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: topic list crashes if no topics are available (#869)
This is due to the function expecting an object unpackable to 2 iterables, but an empty iterable is returned if no topics are available. This happens only when using glob, which might have been the reason why this bug was not caught earlier.
- Loading branch information