1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-29 06:25:46 +00:00

loop: whitespace

This commit is contained in:
Jan Pochyla 2017-09-06 15:43:50 +02:00
parent 26b5baf657
commit a8e51ceda3

View File

@ -105,7 +105,7 @@ def run():
# message received, run tasks paused on the interface # message received, run tasks paused on the interface
msg_tasks = _paused_tasks.pop(msg_entry[0], ()) msg_tasks = _paused_tasks.pop(msg_entry[0], ())
for task in msg_tasks: for task in msg_tasks:
_step_task(task, msg_entry[1]) _step_task(task, msg_entry[1])
else: else:
# timeout occurred, run the first scheduled task # timeout occurred, run the first scheduled task
if _scheduled_tasks: if _scheduled_tasks: