Skip to content

Commit

Permalink
Remove left from two step update handling on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerklinger committed Oct 29, 2024
1 parent 0dcc901 commit e43a8f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pynitrokey/cli/nk3/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ def confirm_extra_information(self, txt: List[str]) -> None:
if not confirm("Have you read these information? Do you want to continue?"):
raise Abort()

def request_repeated_update(self) -> Exception:
local_print(
"Bootloader mode enabled. Please repeat this command to apply the update."
)
return Abort()

def pre_bootloader_hint(self) -> None:
pass

Expand Down

0 comments on commit e43a8f4

Please sign in to comment.