fix: repr WoodpeckerEvent?
This commit is contained in:
parent
7fa243a8d4
commit
8da4bc4aaf
1 changed files with 1 additions and 1 deletions
|
|
@ -34,5 +34,5 @@ class ReloadService:
|
|||
started=int(datetime.now().timestamp()),
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue