From b210066650f801c58f4ed34cd2656a809a910b7d Mon Sep 17 00:00:00 2001 From: Syres916 <46537884+Syres916@users.noreply.github.com> Date: Sun, 26 Apr 2020 18:01:33 +0100 Subject: [PATCH] [Arch] Fix regression in ArchProject.py... ...from https://github.com/FreeCAD/FreeCAD/commit/eda726041bff41daf10ec19ba6067475a16a9956#diff-da1821ac61ef30c74c28b89cd2620b38 which caused error on IFC import. --- src/Mod/Arch/ArchProject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/ArchProject.py b/src/Mod/Arch/ArchProject.py index f18e400ea5..2c1bd7faee 100644 --- a/src/Mod/Arch/ArchProject.py +++ b/src/Mod/Arch/ArchProject.py @@ -166,7 +166,7 @@ class _Project(ArchIFC.IfcContext): """Method run when the document is restored. Re-add the properties.""" self.setProperties(obj) -class _viewproviderproject(ArchIFCView.IfcContextView): +class _ViewProviderProject(ArchIFCView.IfcContextView): """A View Provider for the project object. Parameters