Skip to content

Commit

Permalink
Merge 4bc24ce into 0a45aba
Browse files Browse the repository at this point in the history
  • Loading branch information
lnussel committed Nov 2, 2017
2 parents 0a45aba + 4bc24ce commit 7763d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_maintenance_incidents.py
Expand Up @@ -96,7 +96,7 @@ def _check_maintainer_review_needed(self, req, a):
pkgname = a.tgt_package
project = a.tgt_project

if project.startswith('openSUSE:Leap:'):
if project.startswith('openSUSE:Leap:') and 'src_project' in dir(a):
mapping = MaintenanceChecker._get_lookup_yml(self.apiurl, project)
if mapping is None:
self.logger.error("error loading mapping for {}".format(project))
Expand Down

0 comments on commit 7763d41

Please sign in to comment.