diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2015-03-27 19:01:28 +0100 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2015-03-27 19:01:28 +0100 |
| commit | bf1d875da988b53059212b178358899582ac4526 (patch) | |
| tree | 7567b6e982b3b52710034d7aa8ba9ef8cf819db4 /py3status/modules/pomodoro.py | |
| parent | 1185f88122f1d72a4c595db215654f446c8b9c80 (diff) | |
QA on all modules docstrings for a clean CLI parsing
Diffstat (limited to 'py3status/modules/pomodoro.py')
| -rw-r--r-- | py3status/modules/pomodoro.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/py3status/modules/pomodoro.py b/py3status/modules/pomodoro.py index ecb3f57..94b8ef6 100644 --- a/py3status/modules/pomodoro.py +++ b/py3status/modules/pomodoro.py @@ -1,6 +1,8 @@ # -*- coding: utf-8 -*- """ -Pomodoro countdown on i3bar originally written by @Fandekasp (Adrien Lemaire) +Display and control a Pomodoro countdown. + +@author Fandekasp (Adrien Lemaire), rixx, FedericoCeratto """ from subprocess import call @@ -212,7 +214,7 @@ class Py3status: try: mixer.music.load(sound_fname) - except Exception as e: + except Exception: return mixer.music.play() |
