Skip to content

Commit

Permalink
Merge 21ab2b5 into e45abe1
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgamezh committed Mar 25, 2018
2 parents e45abe1 + 21ab2b5 commit a9342d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fades/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def _get_interpreter_info(interpreter=None):
requested_interpreter_info = logged_exec(args)
except Exception as error:
logger.error("Error getting requested interpreter version: %s", error)
exit()
sys.exit(1)
requested_interpreter_info = json.loads(requested_interpreter_info[0])
executable = requested_interpreter_info['path']
major = requested_interpreter_info['major']
Expand Down

0 comments on commit a9342d2

Please sign in to comment.