fix: improve nested flow status viewer

This commit is contained in:
Ruben Fiszel
2023-12-13 08:14:34 +01:00
parent 505b417f3b
commit 18e07a781d
3 changed files with 31 additions and 37 deletions
+1 -1
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()