Procházet zdrojové kódy

signature is now a local in celery shell

Ask Solem před 11 roky
rodič
revize
a07821a1f1
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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(