mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: fix some things shown by newer VS syntax checker, mostly type related
This commit is contained in:
+1
-1
@@ -62,4 +62,4 @@ def search_for_dll(dll_name) -> str:
|
||||
full_path = os.path.join(path, dll_name)
|
||||
if os.path.exists(full_path):
|
||||
return full_path
|
||||
return None
|
||||
return "<not found>"
|
||||
|
||||
Reference in New Issue
Block a user