Ask Solem 13 年之前
父节点
当前提交
5247bb89b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)