mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-01 22:53:27 +08:00
docs: align videodb event directory handling
This commit is contained in:
@@ -89,6 +89,9 @@ def parse_args() -> tuple[bool, Path]:
|
||||
output_dir = arg
|
||||
|
||||
if output_dir is None:
|
||||
events_dir = os.environ.get("VIDEODB_EVENTS_DIR")
|
||||
if events_dir:
|
||||
return clear, ensure_private_dir(Path(events_dir))
|
||||
return clear, ensure_private_dir(default_output_dir())
|
||||
|
||||
return clear, ensure_private_dir(Path(output_dir))
|
||||
|
||||
Reference in New Issue
Block a user