remove warnings

This commit is contained in:
Guille Gutierrez 2024-02-09 11:03:38 +01:00
parent a6f9425068
commit 7fbc199479

View File

@ -198,7 +198,6 @@ class Trnsys:
f.write('\n')
def export(self):
print("export")
for building in self._buildings:
path = Path(self._path / f'{building.name}.b18')
with open(path, 'w', encoding='utf-8') as f: