Compare commits

..

No commits in common. "9d1224e0c853a92f069ab53486a7d89e0bf67175" and "d7fa82636a33bf44d3938bd9a3d7ea0294109a27" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -5,12 +5,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.13.3] - 2025-05-28
### Fixed
- unlink() only existing files
## [0.13.2] - 2025-05-28
### Changed

View File

@ -926,7 +926,6 @@ def ogUpdateCacheIsNecesary (repo, file, proto):
else:
print ('imagen en cache distinta, borramos la imagen anterior')
for f in [f'{filetarget}', f'{filetarget}.sum', f'{filetarget}.torrent', f'{filetarget}.full.sum']:
if os.path.exists (f):
os.unlink (f)
os.unlink (f)
print ('TRUE (0), Si es necesario actualizar.')
return True