mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix temporary file
This commit is contained in:
parent
0fce4a4a34
commit
3f892c1785
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ def ask_to_login_ui(
|
|||
"always_on_top": always_on_top,
|
||||
}
|
||||
|
||||
with tempfile.TemporaryFile(
|
||||
with tempfile.NamedTemporaryFile(
|
||||
mode="w", prefix="ayon_login", suffix=".json", delete=False
|
||||
) as tmp:
|
||||
output = tmp.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue