We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2b2c5 commit 6dd556bCopy full SHA for 6dd556b
harte/harte.py
@@ -44,7 +44,7 @@ def __init__(self, chord: str, **keywords):
44
super().__init__(self._all_degrees)
45
return
46
47
- elif "root" in parsed_chord:
+ if "root" in parsed_chord:
48
# chord is not empty
49
# retrieve information from the parsed chord
50
self._root = parsed_chord['root']
0 commit comments