ifcpatch - fix doc-string (b07b0e4be)

This commit is contained in:
Andrej
2025-06-05 18:27:02 +05:00
parent f622d2f961
commit d6b5c73d4a
+2 -2
View File
@@ -85,11 +85,11 @@ class Patcher(ifcpatch.BasePatcher):
"""Convert an IFC-SPF model to SQLite or MySQL.
:param sql_type: Choose between "SQLite" or "MySQL"
:param database:
:param database: Database filepath / name.
For SQLite - 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.sqlite').
If filepath is missing fitting suffix, it will be added.
For MySQL - database name.
:filter_glob database: *.db;*.sqlite
:param full_schema: if True, will create tables for all IFC classes,