Explorar o código

Minor correction: adding a missing angle bracket.

Jason Baker %!s(int64=15) %!d(string=hai) anos
pai
achega
87155c3727
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/datastructures.py

+ 1 - 1
celery/datastructures.py

@@ -73,7 +73,7 @@ class ExceptionInfo(object):
         return str(self.exception)
 
     def __repr__(self):
-        return "<%s.%s: %s" % (
+        return "<%s.%s: %s>" % (
                 self.__class__.__module__,
                 self.__class__.__name__,
                 str(self.exception))