mirror of
				https://git.launchpad.net/ubuntu-dev-tools
				synced 2025-11-03 23:44:19 +00:00 
			
		
		
		
	requestsync: Call isLpTeamMember() from the correct object
This commit is contained in:
		
							parent
							
								
									c060c48ec8
								
							
						
					
					
						commit
						17c36f9107
					
				@ -505,7 +505,7 @@ if __name__ == '__main__':
 | 
			
		||||
		if (not sponsorship):
 | 
			
		||||
			sponsorship = checkNeedsSponsorship(srcpkg)
 | 
			
		||||
		else:
 | 
			
		||||
			sponsorship = LpApiWrapper.isLpTeamMember('motu') # assume going to universe
 | 
			
		||||
			sponsorship = PersonTeam.getMe().isLpTeamMember('motu') # assume going to universe
 | 
			
		||||
 | 
			
		||||
    # Check for existing package reports.
 | 
			
		||||
    if not newsource and use_lp_bugs: checkExistingReports(srcpkg)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user