mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +00:00
fix linter
This commit is contained in:
parent
4bab1a9815
commit
f8b0977a7f
@ -143,7 +143,6 @@ class ElasticBackup:
|
|||||||
backup_dir = os.path.join(self.cache_dir, "backup")
|
backup_dir = os.path.join(self.cache_dir, "backup")
|
||||||
|
|
||||||
for json_f in zip_content:
|
for json_f in zip_content:
|
||||||
|
|
||||||
file_name = os.path.join(backup_dir, json_f)
|
file_name = os.path.join(backup_dir, json_f)
|
||||||
|
|
||||||
if not json_f.startswith("es_") or not json_f.endswith(".json"):
|
if not json_f.startswith("es_") or not json_f.endswith(".json"):
|
||||||
|
Loading…
Reference in New Issue
Block a user