[PATCH 1 of 4] cli: fix celery-run

Mads Kiilerich mads at kiilerich.com
Sun Nov 25 00:35:05 UTC 2018


On 11/22/2018 10:36 PM, Thomas De Schampheleire wrote:
> diff --git a/kallithea/bin/kallithea_cli_celery.py b/kallithea/bin/kallithea_cli_celery.py
> --- a/kallithea/bin/kallithea_cli_celery.py
> +++ b/kallithea/bin/kallithea_cli_celery.py
> @@ -36,4 +36,4 @@ def celery_run(celery_args):
>   
>       from kallithea.lib import celerypylons
>       cmd = celerypylons.worker.worker(celerypylons.app)
> -    return cmd.run_from_argv('kallithea celery worker', celery_args)
> +    return cmd.run_from_argv('kallithea celery worker', list(celery_args))


Thanks. Sorry for breaking your patch.

/Mads



More information about the kallithea-general mailing list