mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 06:54:18 -04:00
Check FileNotFoundError
This commit is contained in:
@@ -210,6 +210,8 @@ def can_run_dsd() -> bool:
|
||||
return version == DSD_VERSION
|
||||
except subprocess.CalledProcessError:
|
||||
return False
|
||||
except FileNotFoundError:
|
||||
return False
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user