浏览代码

windows ...

[ci skip]
Oz N Tiram 8 年之前
父节点
当前提交
087e1feece
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/test_importer.py

+ 1 - 0
tests/test_importer.py

@@ -99,6 +99,7 @@ class TestImporter(unittest.TestCase):
         p = os.getcwd()
         if sys.platform.startswith("win"):
             p = p.strip("C:\\")
+            print(os.getcwd())
 
         db = pwman.data.factory.createdb('sqlite:///' + p +
                                          '/importdummy.db', 0.6)