Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into 3.0-up…
Browse files Browse the repository at this point in the history
…date-log

# Conflicts:
#	src/handler/gather/gather_component_log.py
  • Loading branch information
wayyoungboy committed Dec 20, 2024
2 parents 1462175 + 0c7f21e commit da12989
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handler/gather/gather_component_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ def handle(self):
fileobj.write(summary_tuples.get_string())
except Exception as e:
self.stdio.exception(e)

self.stdio.verbose("gather log error: {0}".format(e))
finally:
self.stdio.stop_loading("succeed")
Expand Down

0 comments on commit da12989

Please sign in to comment.