Chris McDonough %!s(int64=17) %!d(string=hai) anos
pai
achega
cfc025d321
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/supervisor/loggers.py

+ 0 - 2
src/supervisor/loggers.py

@@ -199,8 +199,6 @@ class RotatingFileHandler(FileHandler):
         if self.maxBytes <= 0:
             return
 
-        pos = self.stream.tell()
-            
         if not (self.stream.tell() >= self.maxBytes):
             return