Print empty lines, not parentheses

This commit is contained in:
JoeLametta
2018-12-14 10:44:53 +00:00
parent e3bb215d4f
commit a23b214814
2 changed files with 2 additions and 2 deletions

View File

@@ -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)