Ask Solem %!s(int64=13) %!d(string=hai) anos
pai
achega
5247bb89b8
Modificáronse 1 ficheiros con 1 adicións e 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)