Parcourir la source

signature is now a local in celery shell

Ask Solem il y a 11 ans
Parent
commit
a07821a1f1
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      celery/bin/celery.py

+ 2 - 1
celery/bin/celery.py

@@ -549,7 +549,8 @@ class shell(Command):  # pragma: no cover
                        'chunks': celery.chunks,
                        'chunks': celery.chunks,
                        'xmap': celery.xmap,
                        'xmap': celery.xmap,
                        'xstarmap': celery.xstarmap,
                        'xstarmap': celery.xstarmap,
-                       'subtask': celery.subtask}
+                       'subtask': celery.subtask,
+                       'signature': celery.signature}
 
 
         if not without_tasks:
         if not without_tasks:
             self.locals.update(dict(
             self.locals.update(dict(