Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo found in _Framework / TransportComponent.py #35

Open
ghost opened this issue Jun 28, 2016 · 0 comments
Open

Typo found in _Framework / TransportComponent.py #35

ghost opened this issue Jun 28, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 28, 2016

At Line 35, it's declared as self.arrangement_overdub_toggle (missing initial underscore after self.)
but it was called in the function (Line 103 & 104):
def set_arrangement_overdub_button(self, button): as self._arrangement_overdub_toggle.set_toggle_button(button)

This causes the function to fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants