Ask Solem před 13 roky
rodič
revize
5247bb89b8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)