#1030250: correctly pass the dry_run option to the mkpath() function.
This commit is contained in:
parent
ad9b5992e3
commit
240028cb77
|
@ -1041,7 +1041,7 @@ main (int argc, char **argv) {
|
|||
return move_file (src, dst, dry_run=self.dry_run)
|
||||
|
||||
def mkpath (self, name, mode=0777):
|
||||
mkpath (name, mode, self.dry_run)
|
||||
mkpath (name, mode, dry_run=self.dry_run)
|
||||
|
||||
|
||||
# class CCompiler
|
||||
|
|
Loading…
Reference in New Issue