mirror of
https://github.com/taoky/shadowmire.git
synced 2025-07-08 09:12:43 +00:00
Save remote_excluded.json to basedir
This commit is contained in:
parent
5585de30ce
commit
6102de1bf7
@ -433,7 +433,7 @@ class SyncBase:
|
|||||||
"""
|
"""
|
||||||
remote = self.fetch_remote_versions()
|
remote = self.fetch_remote_versions()
|
||||||
remote = self.filter_remote_with_excludes(remote, excludes)
|
remote = self.filter_remote_with_excludes(remote, excludes)
|
||||||
with open("remote_excluded.json", "w") as f:
|
with open(self.basedir / "remote_excluded.json", "w") as f:
|
||||||
json.dump(remote, f)
|
json.dump(remote, f)
|
||||||
|
|
||||||
to_remove = []
|
to_remove = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user