mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:39:03 +08:00
STAR-322: Reverting change to run mypy
This commit is contained in:
parent
75d7d49349
commit
42ae9faeb4
@ -29,7 +29,6 @@ def where(exe_name: str, search_path: str = os.getenv("PATH")) -> str:
|
|||||||
|
|
||||||
|
|
||||||
def findModules(path):
|
def findModules(path):
|
||||||
return ["UM3NetworkPrinting"]
|
|
||||||
result = []
|
result = []
|
||||||
for entry in os.scandir(path):
|
for entry in os.scandir(path):
|
||||||
if entry.is_dir() and os.path.exists(os.path.join(path, entry.name, "__init__.py")):
|
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