spl0k / supysonic

Supysonic is a Python implementation of the Subsonic server API.
https://supysonic.readthedocs.io
GNU Affero General Public License v3.0
264 stars 58 forks source link

Make sure all messages are printed on a new line #167

Closed baldurmen closed 4 years ago

baldurmen commented 4 years ago

Without the patch:

foo@bar:/home/foo# supysonic-cli folder scan Musique
Couldn't connect to the daemon, scanning in foreground
Scanning 'Musique': 11407 files scannedScanning done
Added: 0 artists, 0 albums, 0 tracks
Deleted: 0 artists, 0 albums, 0 tracks

With the patch:

foo@bar:/home/foo# supysonic-cli folder scan Musique
Couldn't connect to the daemon, scanning in foreground
Scanning 'Musique': 11453 files scanned
Scanning done
Added: 0 artists, 0 albums, 0 tracks
Deleted: 0 artists, 0 albums, 0 tracks
codecov-io commented 4 years ago

Codecov Report

Merging #167 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #167   +/-   ##
=======================================
  Coverage   90.69%   90.69%           
=======================================
  Files          33       33           
  Lines        2987     2987           
=======================================
  Hits         2709     2709           
  Misses        278      278
Impacted Files Coverage Δ
supysonic/cli.py 84.25% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2e320cc...59aa0f8. Read the comment docs.