mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Simplify packaging, add create project smoke test. New license target.
This commit is contained in:
@@ -1092,7 +1092,7 @@ class BcfHandler(logging.StreamHandler):
|
||||
bcf_handler = BcfHandler(
|
||||
project_name="Default IDS Project",
|
||||
author="your@email.com",
|
||||
filepath=r".\example.bcfzip",
|
||||
filepath="example.bcf",
|
||||
)
|
||||
logger = logging.getLogger("IDS_Logger")
|
||||
logging.basicConfig(level=logging.INFO, format="%(message)s")
|
||||
|
||||
Reference in New Issue
Block a user