mirror of
https://github.com/openzim/zimit.git
synced 2025-09-26 14:23:11 -04:00
Do not create empty stats file
This commit is contained in:
parent
12dab25e61
commit
7e24388820
@ -5,6 +5,12 @@ All notable changes to this project are documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0).
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Scraper stat file is not created empty (#211)
|
||||||
|
|
||||||
|
|
||||||
## [1.5.0] - 2023-08-23
|
## [1.5.0] - 2023-08-23
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
1
zimit.py
1
zimit.py
@ -41,7 +41,6 @@ class ProgressFileWatcher:
|
|||||||
# touch them all so inotify is not unhappy on add_watch
|
# touch them all so inotify is not unhappy on add_watch
|
||||||
self.crawl_path.touch()
|
self.crawl_path.touch()
|
||||||
self.warc2zim_path.touch()
|
self.warc2zim_path.touch()
|
||||||
self.stats_path.touch()
|
|
||||||
self.process = None
|
self.process = None
|
||||||
|
|
||||||
def stop(self):
|
def stop(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user