コード例 #1
0
ファイル: uwsgi.py プロジェクト: cecedille1/Sett
def log_dir():
    """Ensure that the log directory exists"""
    if not LOGS.exists():
        LOGS.makedirs()