瀏覽代碼

app.py: change basedir location to repo home

Shiv Tyagi 1 年之前
父節點
當前提交
43be9c917c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -45,7 +45,7 @@ import optparse
 parser = optparse.OptionParser("app.py")
 
 parser.add_option("", "--basedir", type="string",
-                  default=os.path.abspath(os.path.join(os.path.dirname(__file__),"..","base")),
+                  default=os.path.abspath(os.path.join(os.path.dirname(__file__),".","base")),
                   help="base directory")
 
 cmd_opts, cmd_args = parser.parse_args()