autopkgtest: don't log a very much occuring ignored situation

ubuntu/rebased
Paul Gevers 7 years ago
parent 67becb2aec
commit 12e2cb7596
No known key found for this signature in database
GPG Key ID: 9C5C99EB05BD750A

@ -402,7 +402,6 @@ class AutopkgtestPolicy(BasePolicy):
if rdep_src == src: if rdep_src == src:
continue continue
except KeyError: except KeyError:
self.log('%s on %s has no source (NBS, new or removed?)' % (rdep.package_name, arch))
continue continue
rdep_src_info = sources_info[rdep_src] rdep_src_info = sources_info[rdep_src]

Loading…
Cancel
Save