Ubuntu Pastebin

Paste from cjwatson at Wed, 12 Oct 2016 08:59:35 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/germinate/germinator.py b/germinate/germinator.py
index a86c25d..fd6bb0f 100644
--- a/germinate/germinator.py
+++ b/germinate/germinator.py
@@ -460,6 +460,7 @@ class Germinator(object):
                 if field == "Built-Using":
                     _logger.error(
                         "Package %s has invalid Built-Using: %s", pkg, value)
+                    self._packages[pkg][field] = []
                 else:
                     raise
 
Download as text