Oz N Tiram 8 жил өмнө
parent
commit
087e1feece

+ 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)