mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 04:49:01 +08:00
Revert incorrect change to run_mypy
This commit is contained in:
parent
badb0b0ca9
commit
2b27c8c1a9
@ -29,7 +29,6 @@ def where(exe_name: str, search_path: str = os.getenv("PATH")) -> str:
|
||||
|
||||
|
||||
def findModules(path):
|
||||
return ["UM3NetworkPrinting"]
|
||||
result = []
|
||||
for entry in os.scandir(path):
|
||||
if entry.is_dir() and os.path.exists(os.path.join(path, entry.name, "__init__.py")):
|
||||
|
Loading…
x
Reference in New Issue
Block a user