Sfoglia il codice sorgente

windows ...

[ci skip]
Oz N Tiram 8 anni fa
parent
commit
087e1feece
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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)