Also - bug report - <https://docs.prefect.io/orche...
# ask-community
z
Also - bug report - https://docs.prefect.io/orchestration/execution/storage_options.html#local the code samples on this page largely don’t work and Python says
storage
isn’t defined
c
Thanks for noting that; the
storage
calls should be replaced with
flow.storage.build()
👍 1
z
Ah I should have figured that out 🙂
c
no worries! I’ve already made a PR to update the code examples
z
I am using
flow.register()
and it seems to do it automatically?