mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
STAR-322: Removing TestSendMaterialJob temporarily
This commit is contained in:
parent
b6f90f1ab2
commit
3b367938de
4 changed files with 5 additions and 194 deletions
|
@ -29,6 +29,7 @@ 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…
Add table
Add a link
Reference in a new issue