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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user