Browse Source

Fix comment punctuation

PASS1-133
Ken Carpenter 4 years ago
committed by Ken Carpenter
parent
commit
6d8b4ca407
  1. 2
      ports/stm32/boards/Passport/modules/actions.py

2
ports/stm32/boards/Passport/modules/actions.py

@ -302,7 +302,7 @@ Found at index: {}\nType: {}'''.format(address, addr_idx, 'Change' if is_change
right_btn='CONTINUE', center=True, center_vertically=True)
if result == 'x':
if not self.goto_prev():
# Nothing to return back to, so we must have skipped one or more steps...were' done
# Nothing to return back to, so we must have skipped one or more steps...we're done
return
return

Loading…
Cancel
Save