Ticket #307: svnpoller.patch
| File svnpoller.patch, 0.7 kB (added by shimizukawa, 5 months ago) |
|---|
-
trunk/buildbot/changes/svnpoller.py
old new 365 365 366 366 367 367 def _get_text(self, element, tag_name): 368 child_nodes = element.getElementsByTagName(tag_name)[0].childNodes 369 text = "".join([t.data for t in child_nodes]) 368 try: 369 child_nodes = element.getElementsByTagName(tag_name)[0].childNodes 370 text = "".join([t.data for t in child_nodes]) 371 except: 372 text = "<unknown>" 370 373 return text 371 374 372 375 def _transform_path(self, path):
![[Buildbot Logo]](/trac/chrome/site/header-text-transparent.png)