mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
See #6570. Tests for import cost schedule from csv and minor fix
This commit is contained in:
committed by
Massimo Fabbro
parent
f0b5ab860f
commit
714105b9fd
@@ -169,7 +169,6 @@ class Csv2Ifc:
|
||||
if not self.headers:
|
||||
self.has_categories = True
|
||||
self.has_rates = False
|
||||
self.has_categories = False
|
||||
self.has_formula = False
|
||||
self.headers = {col: i for i, col in enumerate(row) if col}
|
||||
if "RateSchedule" in self.headers and "RateID" in self.headers:
|
||||
|
||||
Reference in New Issue
Block a user