You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the hook in ~/.pymodoro/hooks/complete-pomodoro.py does run, the one in ~/.pymodoro/hooks/start-pomodoro.py is never looked at. I used strace -e stat -p <theCorrectPID> to debug pymodoro and found that it stats (and executes) complete-pomodoro.py but never looks at start-pomodoro.py.
The text was updated successfully, but these errors were encountered:
Although the hook in
~/.pymodoro/hooks/complete-pomodoro.py
does run, the one in~/.pymodoro/hooks/start-pomodoro.py
is never looked at. I usedstrace -e stat -p <theCorrectPID>
to debug pymodoro and found that itstat
s (and executes)complete-pomodoro.py
but never looks atstart-pomodoro.py
.The text was updated successfully, but these errors were encountered: