oz123 %!s(int64=10) %!d(string=hai) anos
pai
achega
b830246320
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pwman/tests/test_complete_ui.py

+ 1 - 1
pwman/tests/test_complete_ui.py

@@ -48,7 +48,7 @@ class Ferrum(unittest.TestCase):
         logfile = open(lfile, 'w')
         child = pexpect.spawn(os.path.join(os.path.dirname(__file__),
                                            '../../scripts/pwman3') +
-                              ' -d '+OLD_DB_PATH, logfile=lfile)
+                              ' -d '+OLD_DB_PATH, logfile=logfile)
 
         rv = child.expect(_db_warn, timeout=5)
         if rv != 0: