示例#1
0
文件: uwsgi.py 项目: cecedille1/Sett
def log_dir():
    """Ensure that the log directory exists"""
    if not LOGS.exists():
        LOGS.makedirs()