Skip to content

Commit

Permalink
minor change [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed Sep 10, 2021
1 parent 605e44b commit 1b66aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ada/concepts/levels.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ def update_cache(self):

write_assembly_to_cache(self, self._cache_file)

def read_ifc(self, ifc_file: os.PathLike, data_only=False, elements2part=None, cache_model_now=False):
def read_ifc(self, ifc_file: Union[str, os.PathLike], data_only=False, elements2part=None, cache_model_now=False):
"""
Import from IFC file.
Expand Down

0 comments on commit 1b66aa7

Please sign in to comment.