mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
Fix bad missing tools warning
This commit is contained in:
@@ -66,12 +66,11 @@ def load_dic_file(import_dic, keys):
|
||||
|
||||
|
||||
def check_tools():
|
||||
bin_dir = Path.cwd() / "bin"
|
||||
missing_tools = []
|
||||
|
||||
for tool in ("staticnested", "nested", "darkside", "mfkey32v2", "staticnested_1nt",
|
||||
"staticnested_2x1nt_rf08s", "staticnested_2x1nt_rf08s_1key"):
|
||||
if any(bin_dir.glob(f"{tool}*")):
|
||||
if any(default_cwd.glob(f"{tool}*")):
|
||||
continue
|
||||
else:
|
||||
missing_tools.append(tool)
|
||||
|
||||
Reference in New Issue
Block a user