Print empty lines, not parentheses
This commit is contained in:
@@ -378,7 +378,7 @@ class Program:
|
||||
print('Submit this disc to MusicBrainz at the above URL.')
|
||||
ret = None
|
||||
|
||||
print()
|
||||
print('')
|
||||
return ret
|
||||
|
||||
def getTagList(self, number, mbdiscid):
|
||||
|
||||
2
whipper/extern/task/task.py
vendored
2
whipper/extern/task/task.py
vendored
@@ -549,7 +549,7 @@ class SyncRunner(TaskRunner, ITaskListener):
|
||||
if ret:
|
||||
print('\r', end='')
|
||||
if newline:
|
||||
print()
|
||||
print('')
|
||||
if len(what) > self._longest:
|
||||
self._longest = len(what)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user