Fix comment in sangaboard firmware check
This commit is contained in:
parent
240b7d1ba5
commit
dd7c135fa8
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ class SangaboardThing(BaseStage):
|
|||
# firmware.
|
||||
version = semver.Version.parse(sb.firmware_version)
|
||||
|
||||
# Warn if version is below required
|
||||
# Raise an error if version is below required
|
||||
if version < REQUIRED_VERSION:
|
||||
raise RuntimeError(
|
||||
f"Sangaboard firmware version {version} is below the required "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue