mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fixes for ask_for_context
This commit is contained in:
parent
62de021afb
commit
71471cf725
2 changed files with 3 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ def bake_container(container):
|
|||
|
||||
|
||||
def main():
|
||||
context = context_dialog.show()
|
||||
context = context_dialog.ask_for_context()
|
||||
|
||||
if context is None:
|
||||
return
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
from .window import ContextDialog, main, show
|
||||
from .window import ContextDialog, main, ask_for_context
|
||||
|
||||
|
||||
__all__ = (
|
||||
"ContextDialog",
|
||||
"main",
|
||||
"show"
|
||||
"ask_for_context"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue