Report depth export snapshot routing

This commit is contained in:
2026-06-06 11:24:29 +02:00
parent 09df47879d
commit 9d9c87c0cb
7 changed files with 66 additions and 26 deletions

View File

@@ -3905,8 +3905,7 @@ int plan_export_snapshot_route(int argc, char** argv)
report.can_export_ppi = report.payload_complete;
const bool target_supported = args.target_supported
&& (args.target_path.empty()
|| pp::app::document_export_snapshot_target_supported(kind.value(), args.target_path));
&& pp::app::document_export_snapshot_target_supported(kind.value(), args.target_path);
const auto plan = pp::app::plan_document_export_snapshot_route(
kind.value(),
report,