mirror of
https://github.com/python/cpython.git
synced 2025-11-01 22:21:35 +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
|
# If 'outfile' must be regenerated (either because it doesn't
|
||||||
# exist, is out-of-date, or the 'force' flag is true) then
|
# exist, is out-of-date, or the 'force' flag is true) then
|
||||||
# perform the action that presumably regenerates it
|
# 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)
|
self.execute (func, args, exec_msg, level)
|
||||||
|
|
||||||
# Otherwise, print the "skip" message
|
# Otherwise, print the "skip" message
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue