mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Qualified use of 'newer_group' function.
This commit is contained in:
		
							parent
							
								
									6bad86462b
								
							
						
					
					
						commit
						346e320c6e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -849,7 +849,7 @@ def make_file (self, infiles, outfile, func, args, | |||
|         # If 'outfile' must be regenerated (either because it doesn't | ||||
|         # exist, is out-of-date, or the 'force' flag is true) then | ||||
|         # perform the action that presumably regenerates it | ||||
|         if self.force or newer_group (infiles, outfile): | ||||
|         if self.force or util.newer_group (infiles, outfile): | ||||
|             self.execute (func, args, exec_msg, level) | ||||
| 
 | ||||
|         # Otherwise, print the "skip" message | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Greg Ward
						Greg Ward