##// END OF EJS Templates
Fix renaming scripts
Thomas Kluyver -
Show More
@@ -357,6 +357,8 b' class build_scripts_rename(build_scripts):'
357 357 new_outfiles = [p + self._suffix for p in outfiles]
358 358 updated_files = [p + self._suffix for p in updated_files]
359 359 for old, new in zip(outfiles, new_outfiles):
360 if os.path.exists(new):
361 os.unlink(new)
360 362 self.move_file(old, new)
361 363 return new_outfiles, updated_files
362 364
General Comments 0
You need to be logged in to leave comments. Login now