Indentation fix
svn: r23034
This commit is contained in:
parent
acdf385509
commit
81f412a23f
@ -387,8 +387,8 @@ def poll_external (args):
|
|||||||
@errorstrings a dict of possible response values and the corresponding messages to display.
|
@errorstrings a dict of possible response values and the corresponding messages to display.
|
||||||
@returns bool returned to timeout_add_seconds: should this function be called again?
|
@returns bool returned to timeout_add_seconds: should this function be called again?
|
||||||
"""
|
"""
|
||||||
(proc, errorstrings) = args
|
(proc, errorstrings) = args
|
||||||
resp = proc.poll()
|
resp = proc.poll()
|
||||||
if resp is None:
|
if resp is None:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user