feat(kis-collection): finalize sqlite migration, add fallback resilience, and update WBS documentation
This commit is contained in:
@@ -48,7 +48,7 @@ def main() -> int:
|
||||
else:
|
||||
# Check if it is included in upload package mode
|
||||
is_included = should_include(ref_path, mode="upload", include_xlsx=False, include_backups=False)
|
||||
if not is_included:
|
||||
if not is_included and not ref.startswith("Temp/"):
|
||||
missing_refs.append((ref, "excluded_from_package"))
|
||||
|
||||
if missing_refs:
|
||||
|
||||
Reference in New Issue
Block a user