mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
SvgSerializer: Fix error message logic
If we have no storeys *and* we didn't find any suitable fall-back, then the error message makes sense.
This commit is contained in:
committed by
Thomas Krijnen
parent
7829041a7c
commit
3071caf4b1
@@ -390,7 +390,7 @@ void SvgSerializer::setFile(IfcParse::IfcFile* f) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
Logger::Error("No building storeys encountered, output might be invalid or missing");
|
Logger::Error("No building storeys encountered, output might be invalid or missing");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user