mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
a0f493b471
Converting to a path whose directory does not exist (or is not writable) failed silently: the serializer's ready() check correctly returned false, but IfcConvert deleted the temp file and returned EXIT_FAILURE without any message, so the user saw no reason for the failure. Log a SYS error naming the output file before returning, matching the existing "Unable to open output file" reporting used elsewhere. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>