OpenSolo / shotmanager

Deprecated. This is now a sub-directory in the new repo https://github.com/OpenSolo/OpenSolo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in Returnmanager.py

mtbsteve opened this issue · comments

There is a small typo in line 81 causing a callback error - instead of "false" it should state "False"
self.shotmgr.rcMgr.enableRemapping( false )
In my understanding this statement isn't needed anyway and can be deleted.

@mtbsteve Are you in a position to create a pull request to fix this? The trick is testing it, not making the trivial fix you suggest :-)

commented

PR welcome!