mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Use Distribution's 'has_scripts()' method instead of directly accessing
its 'scripts' attribute.
This commit is contained in:
		
							parent
							
								
									a4efe65b43
								
							
						
					
					
						commit
						e3d17526b2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -105,7 +105,7 @@ def run (self): | |||
|         if self.distribution.has_ext_modules(): | ||||
|             self.run_peer ('build_ext') | ||||
| 
 | ||||
|         if self.distribution.scripts: | ||||
|         if self.distribution.has_scripts(): | ||||
|             self.run_peer ('build_scripts') | ||||
| 
 | ||||
| # class build | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Greg Ward
						Greg Ward