From d6b5c73d4a98f94a547770241c733fecab676793 Mon Sep 17 00:00:00 2001 From: Andrej Date: Thu, 5 Jun 2025 18:27:02 +0500 Subject: [PATCH] ifcpatch - fix doc-string (b07b0e4be) --- src/ifcpatch/ifcpatch/recipes/Ifc2Sql.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcpatch/ifcpatch/recipes/Ifc2Sql.py b/src/ifcpatch/ifcpatch/recipes/Ifc2Sql.py index 20b0f0d54e..ba949ff686 100644 --- a/src/ifcpatch/ifcpatch/recipes/Ifc2Sql.py +++ b/src/ifcpatch/ifcpatch/recipes/Ifc2Sql.py @@ -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,