Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Commit

Permalink
Complement the error message when no Pyota installed
Browse files Browse the repository at this point in the history
  • Loading branch information
yillkid committed Aug 20, 2018
1 parent 5e75e2e commit 8ad8463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/python.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ endif
PY_CHECK_MOD_IOTA := $(shell $(PYTHON) -c "import iota" 2>/dev/null && \
echo 1 || echo 0)
ifneq ("$(PY_CHECK_MOD_IOTA)","1")
$(error "skip $@ because PyOTA is not installed.")
$(error "dependency error $@ because PyOTA is not installed, to install the latest version: pip install pyota")
endif

0 comments on commit 8ad8463

Please sign in to comment.