forked from openlp/openlp
pep8 fix
This commit is contained in:
parent
bee9808503
commit
0e2e281fa0
@ -243,7 +243,7 @@ class Controller(object):
|
|||||||
Instruct the controller to stop and hide the presentation.
|
Instruct the controller to stop and hide the presentation.
|
||||||
"""
|
"""
|
||||||
log.debug('Live = %s, stop' % self.is_live)
|
log.debug('Live = %s, stop' % self.is_live)
|
||||||
# The document has not been loaded yet, so don't do anything. This can happen when going live with a
|
# The document has not been loaded yet, so don't do anything. This can happen when going live with a
|
||||||
# presentation while blanked to desktop.
|
# presentation while blanked to desktop.
|
||||||
if not self.doc:
|
if not self.doc:
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user