Skip to content

Commit

Permalink
Merge pull request #62 from ammitra/master
Browse files Browse the repository at this point in the history
Undesired setup script behavior when graphviz is not installed.
  • Loading branch information
lcorcodilos authored Apr 13, 2021
2 parents 64a9176 + c9aaefe commit e06e25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ fi

if ! command -v dot &> /dev/null
then
echo "dot (graphviz) could not be found. Please install it first... (on Ubuntu `sudo apt-get install graphviz libgraphviz-dev`)"
exit
echo "dot (graphviz) could not be found. Please install it first... (on Ubuntu 'sudo apt-get install graphviz libgraphviz-dev')"
return
fi

python setup.py install
Expand Down

0 comments on commit e06e25b

Please sign in to comment.