tomcontileslie/ThatChord

SETTINGS option wont work on linux

reiniscirpons opened this issue · 1 comments

When attempting to run python3 thatchord.py SETTINGS on Ubuntu I get the following error

sh: 1: open: not found

Apparently there is no open command in linux. According to this answer on stack exchange using xdg-open should do the trick.

This is fixed by #15 and merged. Thanks for raising!