[SCM] ci-tooling packaging branch, master, updated. 617ceece8a4abadc1a5ebd117ef22b98b6b66227

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Feb 6 14:11:25 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=8caeaf7

The following commit has been merged in the master branch:
commit 8caeaf7b200dce377081929518ed960b23107532
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Feb 6 14:59:38 2015 +0100

    lp: make sure to rescue objects that have no self_link
---
 lib/lp.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/lp.rb b/lib/lp.rb
index 7c2f53e..7cbcda1 100644
--- a/lib/lp.rb
+++ b/lib/lp.rb
@@ -148,7 +148,7 @@ module Launchpad
       params ||= {}
       params['ws.op'] = name.to_s.chomp('!')
       params.each do | key, value |
-        next unless value['self_link']
+        next unless value['self_link'] rescue next
         params[key] = value['self_link']
       end
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list