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

Thomas De Schampheleire patrickdepinguin at gmail.com
Tue Oct 20 18:42:27 UTC 2020


Pushed, thanks!

El mar., 20 oct. 2020 a las 17:51, Tim Ooms (<tim.ooms at aeronomie.be>)
escribió:

> # 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)
>
> _______________________________________________
> kallithea-general mailing list
> kallithea-general at sfconservancy.org
> https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sfconservancy.org/pipermail/kallithea-general/attachments/20201020/9af867a3/attachment.html>


More information about the kallithea-general mailing list