Ask Solem hace 13 años
padre
commit
5247bb89b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      celery/datastructures.py

+ 1 - 1
celery/datastructures.py

@@ -190,7 +190,7 @@ class _Frame(object):
 
     def __init__(self, frame):
         self.f_globals = {
-            "__file__": frame.f_globals.get("__file__", "__main__")
+            "__file__": frame.f_globals.get("__file__", "__main__"),
         }
         self.f_code = self.Code(frame.f_code)