mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
fix: improve nested flow status viewer
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user