Closed lucagiove closed 9 years ago
Fixed the wait function together with https://github.com/mnovait
This patch should close this bug: https://github.com/kevlened/sikuli_cpython/issues/7
duration was not initialized and caused this tracback: UnboundLocalError: local variable 'duration' referenced before assignment
I think this can be closed since the fix is already included in https://github.com/kevlened/sikuli_cpython/pull/12
Fixed the wait function together with https://github.com/mnovait
This patch should close this bug: https://github.com/kevlened/sikuli_cpython/issues/7
duration was not initialized and caused this tracback: UnboundLocalError: local variable 'duration' referenced before assignment