debug log
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Tom Neuber 2025-01-05 00:59:52 +01:00
parent 6e9417a149
commit 523bb18c66
Signed by: tom
GPG key ID: F17EFE4272D89FF6

View file

@ -180,6 +180,7 @@ class Watch(object):
# return raw string when we are streaming log # return raw string when we are streaming log
if watch_arg == "watch": if watch_arg == "watch":
event = self.unmarshal_event(line, return_type) event = self.unmarshal_event(line, return_type)
print(event)
if isinstance(event, dict) \ if isinstance(event, dict) \
and event['type'] == 'ERROR': and event['type'] == 'ERROR':
obj = event['raw_object'] obj = event['raw_object']