MVLog removed
This commit is contained in:
parent
7b5db39b37
commit
040a22855e
4 changed files with 6 additions and 6 deletions
|
|
@ -772,7 +772,7 @@ entries = []
|
|||
for dirpath, dirnames, filenames in os.walk(root):
|
||||
dirnames[:] = [d for d in dirnames if d != '.movmaker-lock']
|
||||
for name in filenames:
|
||||
if name in {'.movmaker-state.json', '.movmaker-enabled', '.movmaker-preview', '.mvlog-hidden', '.mvlog-permalink', '.mvlog-id', '.mvlog-hide-map'}:
|
||||
if name in {'.movmaker-state.json', '.movmaker-enabled', '.movmaker-preview', '.mvlog-hidden', '.mvlog-permalink', '.mvlog-id', '.mvlog-hide-map', '.mvlog-describe-prompt.txt', '.mvlog-last-openrouter-response.json', '.mvlog-last-openrouter-text.txt'}:
|
||||
continue
|
||||
path = os.path.join(dirpath, name)
|
||||
rel = os.path.relpath(path, root)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue