Beispiel #1
0
 def _unwrap(self, log):
     from buildbot.process import buildstep
     if isinstance(log, buildstep.SyncLogFileWrapper):
         return log.unwrap()
     return log
 def _unwrap(self, log):
     from buildbot.process import buildstep
     if isinstance(log, buildstep.SyncLogFileWrapper):
         return log.unwrap()
     return log