MCPcopy
hub / github.com/buildbot/buildbot / error

Method error

worker/buildbot_worker/scripts/windows_service.py:345–346  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

343 self._dolog(servicemanager.LogWarningMsg, s)
344
345 def error(self, s):
346 self._dolog(servicemanager.LogErrorMsg, s)
347
348 # Functions that spawn a child process, redirecting any output.
349 # Although buildbot itself does this, it is very handy to debug issues

Callers 10

_checkConfigMethod · 0.95
splitSelectorMethod · 0.45
getGroupBySelectorMethod · 0.45
loadMethod · 0.45
getSettingItemMethod · 0.45
setSettingItemMethod · 0.45
addGroupMethod · 0.45
getAnyMethod · 0.45
constructorMethod · 0.45

Calls 1

_dologMethod · 0.95

Tested by

no test coverage detected