mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-17 14:41:12 -08:00
open_folder docstring
This commit is contained in:
parent
a05d89b1e5
commit
20123d427b
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ def topological_sort(dependencies):
|
|||
|
||||
|
||||
def open_folder(path):
|
||||
"""Open a folder in the file manager of the respect OS."""
|
||||
# import at function level to avoid potential issues
|
||||
import gradio as gr
|
||||
import platform
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue