STAR-322: Removing TestSendMaterialJob temporarily

This commit is contained in:
Daniel Schiavini 2018-12-17 13:53:31 +01:00
parent b6f90f1ab2
commit 3b367938de
4 changed files with 5 additions and 194 deletions

View file

@ -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")):