fix: improve nested flow status viewer

This commit is contained in:
Ruben Fiszel
2023-12-13 08:14:34 +01:00
parent 0af9b9b2b5
commit 3a2c00f5a3
3 changed files with 31 additions and 37 deletions

View File

@@ -272,7 +272,7 @@ class Windmill:
self,
path: str,
none_if_undefined: bool = False,
) -> str | dict | None:
) -> dict | None:
"""Get resource from Windmill"""
try:
return self.get(f"/w/{self.workspace}/resources/get_value_interpolated/{path}").json()