[Buildbot-commits] [buildbot/buildbot] 549d06: Interpolate: Handle missing src attribute graceful...

GitHub noreply at github.com
Thu Nov 22 20:34:14 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 549d06c76fe7a08778aee848432fc8a0b1b9f121
      https://github.com/buildbot/buildbot/commit/549d06c76fe7a08778aee848432fc8a0b1b9f121
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-11-22 (Thu, 22 Nov 2012)

  Changed paths:
    M master/buildbot/process/properties.py
    M master/buildbot/test/unit/test_process_properties.py

  Log Message:
  -----------
  Interpolate: Handle missing src attribute gracefully.

We originally reported an error of a missing attribute, but then
blew up with an exception trying to match against None. Instead
just return from _parse_src and avoid matching.





More information about the Commits mailing list