mirror of
				https://git.launchpad.net/ubuntu-dev-tools
				synced 2025-11-04 07:54:03 +00:00 
			
		
		
		
	syncpackge: Fix the new flake8 E741. Closes: #963310
This commit is contained in:
		
							parent
							
								
									097eea7d5f
								
							
						
					
					
						commit
						4b3e9b8479
					
				
							
								
								
									
										2
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -7,6 +7,8 @@ ubuntu-dev-tools (0.177) UNRELEASED; urgency=medium
 | 
			
		||||
  [ Mattia Rizzolo ]
 | 
			
		||||
  * ubuntu-build:
 | 
			
		||||
    + Add support for riscv64.
 | 
			
		||||
  * syncpackge:
 | 
			
		||||
    + Fix the new flake8 E741.  Closes: #963310
 | 
			
		||||
 | 
			
		||||
  [ Bryce Harrington ]
 | 
			
		||||
  * update-maintainer:
 | 
			
		||||
 | 
			
		||||
@ -76,7 +76,7 @@ def add_fixed_bugs(changes, bugs):
 | 
			
		||||
    '''Add additional Launchpad bugs to the list of fixed bugs in changes
 | 
			
		||||
       file.'''
 | 
			
		||||
 | 
			
		||||
    changes = [l for l in changes.split("\n") if l.strip() != ""]
 | 
			
		||||
    changes = [line for line in changes.split("\n") if line.strip() != ""]
 | 
			
		||||
    # Remove duplicates
 | 
			
		||||
    bugs = set(str(bug) for bug in bugs)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user