Check FileNotFoundError

This commit is contained in:
Aetias
2025-05-19 20:23:13 +02:00
parent 41fcc1a1b2
commit 16268dfd06
+2
View File
@@ -210,6 +210,8 @@ def can_run_dsd() -> bool:
return version == DSD_VERSION
except subprocess.CalledProcessError:
return False
except FileNotFoundError:
return False
def main():