소스 검색

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)