forked from openlp/openlp
Remove extra whitespace
This commit is contained in:
parent
c45d225b9d
commit
afb8f088a6
@ -145,9 +145,9 @@ def print_quiet(text, linefeed=True):
|
|||||||
global quiet_mode
|
global quiet_mode
|
||||||
if not quiet_mode:
|
if not quiet_mode:
|
||||||
if linefeed:
|
if linefeed:
|
||||||
print (text)
|
print(text)
|
||||||
else:
|
else:
|
||||||
print (text, end=' ')
|
print(text, end=' ')
|
||||||
|
|
||||||
def print_verbose(text):
|
def print_verbose(text):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user