[PATCH] bin: fix cli db for removed argument in DbManage

Tim Ooms tim.ooms at aeronomie.be
Tue Oct 20 15:13:19 UTC 2020


# HG changeset patch
# User Tim Ooms <tatankat at users.noreply.github.com>
# Date 1603201973 -7200
#      Tue Oct 20 15:52:53 2020 +0200
# Node ID a2c5c5a12ecf6ead561b08a4679bf9b8723fba11
# Parent  672e57b165d0c1774b692b5706a174bf98f42e4c
bin: fix cli db for removed argument in DbManage

diff -r 672e57b165d0 -r a2c5c5a12ecf kallithea/bin/kallithea_cli_db.py
--- a/kallithea/bin/kallithea_cli_db.py	Tue Oct 20 15:51:43 2020 +0200
+++ b/kallithea/bin/kallithea_cli_db.py	Tue Oct 20 15:52:53 2020 +0200
@@ -59,7 +59,7 @@
                 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)



More information about the kallithea-general mailing list