fix: repr WoodpeckerEvent?

This commit is contained in:
Piotr Dec 2026-04-14 03:21:49 +02:00
parent 7fa243a8d4
commit 8da4bc4aaf
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -34,5 +34,5 @@ class ReloadService:
started=int(datetime.now().timestamp()), started=int(datetime.now().timestamp()),
files=[f"compose/{event.service}/docker-compose.yml"] + [str(pp) for pp in list(mos)] files=[f"compose/{event.service}/docker-compose.yml"] + [str(pp) for pp in list(mos)]
) )
logger.trace(f"Sending WoodpeckerEvent: {we}") logger.trace(f"Sending WoodpeckerEvent: {str(we)}")
await self._bus.dispatch(event) await self._bus.dispatch(event)