rafaqat ali
03/02/2021, 3:45 PMwith Flow("Test run", run_config=DockerRun(labels=["dev"])) as flow:
flow.add_task(say_hello())
flow.register("Test")
@task
def say_hello():
print("Hello, world!")
When I run the flow from UI, I got the below error
Failed to load and execute Flow's environment: AttributeError("'NoneType' object has no attribute 'rstrip'")
Can anyone has faced such issue or help me in right direction?Jenny
03/02/2021, 4:25 PMrafaqat ali
03/02/2021, 4:26 PMJenny
03/02/2021, 4:32 PM