Explorar o código

Merge branch '3.0'

Conflicts:
	celery/exceptions.py
	funtests/benchmarks/bench_worker.py
Ask Solem %!s(int64=11) %!d(string=hai) anos
pai
achega
05394418df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/exceptions.py

+ 1 - 1
celery/exceptions.py

@@ -114,7 +114,7 @@ class Retry(Exception):
         if self.message:
             return self.message
         if self.excs:
-            return 'Retry {0}: {1!r}'.format(self.humanize(), self.excs)
+            return 'Retry {0}: {1}'.format(self.humanize(), self.excs)
         return 'Retry {0}'.format(self.humanize())
 
     def __reduce__(self):