mirror of
				https://git.launchpad.net/ubuntu-dev-tools
				synced 2025-11-04 07:54:03 +00:00 
			
		
		
		
	* requestsync: use the correct object to call getUbuntuDistribution
This commit is contained in:
		
							parent
							
								
									0684698c98
								
							
						
					
					
						commit
						47a2274264
					
				@ -96,7 +96,7 @@ def checkExistingReports(package):
 | 
			
		||||
        return False
 | 
			
		||||
 | 
			
		||||
    # Fetch the package's bug list from Launchpad.
 | 
			
		||||
    pkg = launchpad.getUbuntuDistribution().getSourcePackage(name=package)
 | 
			
		||||
    pkg = LpApiWrapper.getUbuntuDistribution().getSourcePackage(name=package)
 | 
			
		||||
    pkgBugList = pkg.searchTasks()
 | 
			
		||||
 | 
			
		||||
    # Search bug list for other sync requests.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user