mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Reindent long line
This commit is contained in:
		
							parent
							
								
									0375653371
								
							
						
					
					
						commit
						09122f84fc
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -57,7 +57,8 @@ def finalize_options(self): | |||
| 
 | ||||
|     def run(self): | ||||
|         if not self.distribution.dist_files: | ||||
|             raise DistutilsOptionError("No dist file created in earlier command") | ||||
|             msg = "No dist file created in earlier command" | ||||
|             raise DistutilsOptionError(msg) | ||||
|         for command, pyversion, filename in self.distribution.dist_files: | ||||
|             self.upload_file(command, pyversion, filename) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jason R. Coombs
						Jason R. Coombs