On 6/20/19 12:29 PM, Philippe Mathieu-Daudé wrote: > On 6/19/19 9:40 PM, Alex Bennée wrote: >> From: Cleber Rosa <[email protected]> >> >> Python's os.rename() will silently replace an existing file, >> so there's no need for the extra check and removal. >> >> Reference: https://docs.python.org/3/library/os.html#os.rename >> Signed-off-by: Cleber Rosa <[email protected]> > > Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
And now: Tested-by: Philippe Mathieu-Daudé <[email protected]> > >> Message-Id: <[email protected]> >> Signed-off-by: Alex Bennée <[email protected]> >> ---
