From f2cb5394e141fbea725125bf6bb2540b4eafa085 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 2 Jun 2014 11:08:49 -0300 Subject: [PATCH] Draft: small fix in DXF importer --- src/Mod/Draft/importDXF.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Draft/importDXF.py b/src/Mod/Draft/importDXF.py index 5fc7b4bcba..914b6a55de 100644 --- a/src/Mod/Draft/importDXF.py +++ b/src/Mod/Draft/importDXF.py @@ -157,7 +157,7 @@ def getdimheight(style): if a.type == "dimstyle": if rawValue(a,2) == style: return rawValue(a,140) - return None + return 1 def calcBulge(v1,bulge,v2): '''