X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=daklib%2Fupload.py;fp=daklib%2Fupload.py;h=cabec15116ad898e78a8d48f7ab2743fd2735b07;hb=c0027c3ec691bf336bd1e23214add413ac7ddcae;hp=d6a527afcd32c7efa541546cc505c00041304282;hpb=31748563ebd30fc8be95294d3960aa0df352b582;p=dak.git diff --git a/daklib/upload.py b/daklib/upload.py index d6a527af..cabec151 100644 --- a/daklib/upload.py +++ b/daklib/upload.py @@ -281,7 +281,7 @@ class Changes(object): """list of architectures included in the upload @type: list of str """ - return self.changes['Architecture'].split() + return self.changes.get('Architecture', '').split() @property def distributions(self):