Skip to content
Snippets Groups Projects
Commit b3a69612 authored by koenigl's avatar koenigl
Browse files

silence wrong tockloader version message

parent c70cf527
No related branches found
No related tags found
No related merge requests found
...@@ -565,9 +565,9 @@ class OpenSKInstaller: ...@@ -565,9 +565,9 @@ class OpenSKInstaller:
final_hex.tofile(dest_file, format="hex") final_hex.tofile(dest_file, format="hex")
def check_prerequisites(self): def check_prerequisites(self):
if not tockloader.__version__.startswith("1.4."): # if not tockloader.__version__.startswith("1.4."):
fatal(("Your version of tockloader seems incompatible: found {}, " # fatal(("Your version of tockloader seems incompatible: found {}, "
"expected 1.4.x.".format(tockloader.__version__))) # "expected 1.4.x.".format(tockloader.__version__)))
if self.args.programmer == "jlink": if self.args.programmer == "jlink":
assert_mandatory_binary("JLinkExe") assert_mandatory_binary("JLinkExe")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment