Report depth export snapshot routing
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user