Explorar o código

web: fix base dir default path

Shiv Tyagi hai 1 ano
pai
achega
a280eda8e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/app.py

+ 1 - 1
web/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()