added some more generic handling of TR products instead of hard coding UltraTax. We now have a list we loop through for things like Planner and Practice CS and can add more later

This commit is contained in:
2026-08-24 21:50:30 -05:00
parent 5e7630bf5c
commit 960248b825
4 changed files with 26 additions and 15 deletions

View File

@@ -141,7 +141,8 @@ def main():
folder_templates = load_folder_list(folder_list_path)
if not folder_templates:
log("WARNING: folder list is empty. Only built-in patterns (UltraTax CS) will match.")
log("WARNING: folder list is empty. Only built-in patterns (UltraTax CS, "
"Planner CS, Practice CS) will match.")
folder_patterns = build_folder_patterns(folder_templates)
log(f"Loaded {len(folder_patterns)} folder patterns")