Changeset - 5332c632ac3f
[Not reviewed]
default
0 1 0
Tim Ooms - 5 years ago 2020-10-20 15:52:53
tatankat@users.noreply.github.com
cli: fix db-create after removal of 'tests' argument in DbManage

Broken by commit 3afc6bff84bb.

[Thomas De Schampheleire: edited commit message]
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/bin/kallithea_cli_db.py
Show inline comments
 
@@ -59,7 +59,7 @@ def db_create(user, password, email, rep
 
                public_access=public_access,
 
        )
 
        dbmanage = DbManage(dbconf=dbconf, root=config['here'],
 
                            tests=False, cli_args=cli_args)
 
                            cli_args=cli_args)
 
        dbmanage.create_tables(reuse_database=reuse)
 
        repo_root_path = dbmanage.prompt_repo_root_path(None)
 
        dbmanage.create_settings(repo_root_path)
0 comments (0 inline, 0 general)