mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
ifctester.reporter.Txt small fix
This commit is contained in:
@@ -218,7 +218,7 @@ class Txt(Console):
|
||||
self.text = ""
|
||||
|
||||
def print(self, txt: str, end: Optional[str] = None):
|
||||
self.text += txt + "\n" if end is None else txt
|
||||
self.text += txt + "\n" if end is None else end
|
||||
|
||||
def to_string(self) -> None:
|
||||
print(self.text)
|
||||
|
||||
Reference in New Issue
Block a user