dattanchu / pymodoro

Pymodoro is the Pomodoro for Xmobar or Dzen. It runs and it tells you where you are in your current pomodoro session.
MIT License
65 stars 18 forks source link

Start Hook File doesn't run #46

Open kedorlaomer opened 7 years ago

kedorlaomer commented 7 years ago

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.