Minor changes (review round 1)

This commit is contained in:
Jean-Michel Picod
2020-03-11 17:47:14 +01:00
parent 9c13d738fd
commit e87e78acf4
2 changed files with 3 additions and 2 deletions

View File

@@ -20,8 +20,8 @@ successfully tested on the following boards:
## Disclaimer ## Disclaimer
This project is **proof-of-concept and a research platform**. It is **NOT** This project is **proof-of-concept and a research platform**. It is **NOT**
meant for a day to day usage. It's still under development and as such comes meant for a daily usage. It's still under development and as such comes with a
with a few limitations: few limitations:
### FIDO2 ### FIDO2

View File

@@ -516,6 +516,7 @@ class OpenSKInstaller:
def create_hex_file(self, dest_file): def create_hex_file(self, dest_file):
# We produce an intelhex file with everything in it # We produce an intelhex file with everything in it
# https://en.wikipedia.org/wiki/Intel_HEX
# pylint: disable=g-import-not-at-top,import-outside-toplevel # pylint: disable=g-import-not-at-top,import-outside-toplevel
import intelhex import intelhex
board_props = SUPPORTED_BOARDS[self.args.board] board_props = SUPPORTED_BOARDS[self.args.board]