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

_______________________________________________
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to