Skip to content

Commit

Permalink
add "return" in libraries checking
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wiedemann authored and yorikvanhavre committed Jul 7, 2016
1 parent 34d8680 commit 336f8ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Arch/ArchServer.py
Expand Up @@ -55,6 +55,7 @@ def Activated(self):
import requests
except:
FreeCAD.Console.PrintError(translate("Arch","requests python module not found, aborting. Please install python-requests\n"))
return
try:
import json
except:
Expand Down

0 comments on commit 336f8ad

Please sign in to comment.