Fix: startup crash on shallow Dahua layout + deploy-docs CI micro-calver regex #142
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/issue-140-141-regressions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two regression fixes:
WuMing
Found 1 issue(s). See inline comments below.
@ -98,3 +98,1 @@for source_path in moved_sources:date_dir = source_path.parents[4] # YYYY-MM-DD/if date.fromisoformat(date_dir.name) < today:for snapshot in snapshots:tests [LOW]
Non-trivial logic change in source file (deriving date directories from snapshots instead of moved_sources) without any corresponding test changes in the diff. Add or update tests covering the date-directory pruning behavior.