浏览代码

open_folder docstring

w-e-w 1 年之前
父节点
当前提交
20123d427b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules/util.py

+ 1 - 0
modules/util.py

@@ -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