Nicolas Kuttler
Nicolas Kuttler
### What does this PR do? This changes recognizes [OSMC](https://osmc.tv/) as Debian based. ### What issues does this PR fix or reference? Fixes: #62198 ### Merge requirements satisfied? **[NOTICE] Bug...
I have implemented the mpd search command, 12927521780695384f402868f46049396870eed1 and can use it in the sonata client. My main goal is to use it with MPDroid though, but that seems to...
It would be cool if this was pip installable, I'd be happy to help with that.
`split_paths` returns `None` on https://github.com/boxed/mutmut/blob/master/mutmut/__main__.py#L278 Iterating over `None` leads to an exception on https://github.com/boxed/mutmut/blob/master/mutmut/__main__.py#L293 ``` Traceback (most recent call last): File "/home/USER/.local/share/virtualenv/bin/mutmut", line 8, in sys.exit(climain()) File "/home/USER/.local/share/virtualenv/lib/python3.9/site-packages/click/core.py", line 1130,...