add "return" in libraries checking

This commit is contained in:
Jonathan Wiedemann 2016-07-06 17:08:34 +02:00 committed by Yorik van Havre
parent 34d8680d8c
commit 336f8ada5e

View File

@ -55,6 +55,7 @@ class _CommandBimserver:
import requests
except:
FreeCAD.Console.PrintError(translate("Arch","requests python module not found, aborting. Please install python-requests\n"))
return
try:
import json
except: