Quellcode durchsuchen

signature is now a local in celery shell

Ask Solem vor 11 Jahren
Ursprung
Commit
a07821a1f1
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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,
                        'xmap': celery.xmap,
                        'xstarmap': celery.xstarmap,
-                       'subtask': celery.subtask}
+                       'subtask': celery.subtask,
+                       'signature': celery.signature}
 
         if not without_tasks:
             self.locals.update(dict(