Bonsai - recognize ifc2sql database argument as filepath #6227

This commit is contained in:
Andrej730
2025-02-27 18:23:33 +05:00
parent 9055f14bb9
commit 62d53ba62d
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -83,6 +83,7 @@ class Patcher:
:param database: Database path to save the SQL database to (already existing or not).
Could also be a directory, then the database will be stored
using default filename (e.g. 'database.db').
:filter_glob database: *.db,*.sqlite
:param full_schema: if True, will create tables for all IFC classes,
regardless if they are used or not in the dataset. If False, will
only create tables for classes in the dataset.