From 336f8ada5e3499e7265c42e0b3bed431c3296d10 Mon Sep 17 00:00:00 2001 From: Jonathan Wiedemann Date: Wed, 6 Jul 2016 17:08:34 +0200 Subject: [PATCH] add "return" in libraries checking --- src/Mod/Arch/ArchServer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Arch/ArchServer.py b/src/Mod/Arch/ArchServer.py index ae4f1b36a..4fb24a404 100644 --- a/src/Mod/Arch/ArchServer.py +++ b/src/Mod/Arch/ArchServer.py @@ -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: