[core] Force updating ltchiptool to fix linking problems
This commit is contained in:
@@ -23,7 +23,7 @@ def check_ltchiptool():
|
|||||||
import ltchiptool
|
import ltchiptool
|
||||||
|
|
||||||
importlib.reload(ltchiptool)
|
importlib.reload(ltchiptool)
|
||||||
if Version(ltchiptool.get_version()) < Version("1.4.0"):
|
if Version(ltchiptool.get_version()) < Version("1.4.2"):
|
||||||
raise ImportError("Version too old")
|
raise ImportError("Version too old")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user