remove warnings
This commit is contained in:
parent
a6f9425068
commit
7fbc199479
|
@ -198,7 +198,6 @@ class Trnsys:
|
||||||
f.write('\n')
|
f.write('\n')
|
||||||
|
|
||||||
def export(self):
|
def export(self):
|
||||||
print("export")
|
|
||||||
for building in self._buildings:
|
for building in self._buildings:
|
||||||
path = Path(self._path / f'{building.name}.b18')
|
path = Path(self._path / f'{building.name}.b18')
|
||||||
with open(path, 'w', encoding='utf-8') as f:
|
with open(path, 'w', encoding='utf-8') as f:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user