Path: normalize proxy stratements

remove bare exceptions
This commit is contained in:
sliptonic
2019-06-19 11:09:39 -05:00
parent 5708613672
commit c8e945a3ab
22 changed files with 50 additions and 51 deletions

View File

@@ -69,7 +69,7 @@ def Startup():
try:
import ocl
from PathScripts import PathSurfaceGui
except:
except ImportError:
import FreeCAD
FreeCAD.Console.PrintError("OpenCamLib is not working!\n")
pass