Ask Solem 13 năm trước cách đây
mục cha
commit
5247bb89b8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)