changeset 3647 | 2941f4a0aab9 |
parent 2476 | 1294a6bdf3bf |
child 4252 | 6c4f109c2b03 |
--- a/devtools/stresstester.py Tue Oct 13 08:48:00 2009 +0200 +++ b/devtools/stresstester.py Tue Oct 13 08:50:19 2009 +0200 @@ -156,7 +156,7 @@ # get local access to the repository print "Creating repo", prof_file repo = Repository(config, prof_file) - cnxid = repo.connect(user, password) + cnxid = repo.connect(user, password=password) # connection to the CubicWeb repository repo_cnx = Connection(repo, cnxid) repo_cursor = repo_cnx.cursor()