aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xelogv11
1 files changed, 5 insertions, 6 deletions
diff --git a/elogv b/elogv
index 93f1906..32cb1db 100755
--- a/elogv
+++ b/elogv
@@ -145,16 +145,15 @@ date_format = "%x"
# Exceptions classes
class TermTooSmall(Exception):
- def __init__(self):
- pass
+ """Terminal too small."""
+
class NoLogFiles(Exception):
- def __init__(self):
- pass
+ """No log files."""
+
class CannotOpenElogdir(Exception):
- def __init__(self):
- pass
+ """Directory could not be opened."""
def handle_sig_tstp(signum, frame):