summaryrefslogtreecommitdiffstats
path: root/commands/logicalfile/lmi
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2014-02-13 08:43:56 +0100
committerMichal Minar <miminar@redhat.com>2014-02-13 14:41:32 +0100
commitfc9c45fa75cb13693781e68407fcd7c8b051ec95 (patch)
tree42f5cf64253b886fc0b7770375d3274cd90b1438 /commands/logicalfile/lmi
parent7a795f8d6a5772a85b3b03deb140ac314ed5a10b (diff)
downloadopenlmi-scripts-fc9c45fa75cb13693781e68407fcd7c8b051ec95.tar.gz
openlmi-scripts-fc9c45fa75cb13693781e68407fcd7c8b051ec95.tar.xz
openlmi-scripts-fc9c45fa75cb13693781e68407fcd7c8b051ec95.zip
turned logging messages into sentences
Which means that all messages have first letter uppercased and are terminated with a dot.
Diffstat (limited to 'commands/logicalfile/lmi')
-rw-r--r--commands/logicalfile/lmi/scripts/logicalfile/logicalfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/logicalfile/lmi/scripts/logicalfile/logicalfile.py b/commands/logicalfile/lmi/scripts/logicalfile/logicalfile.py
index 1ec7220..a3c60aa 100644
--- a/commands/logicalfile/lmi/scripts/logicalfile/logicalfile.py
+++ b/commands/logicalfile/lmi/scripts/logicalfile/logicalfile.py
@@ -133,7 +133,7 @@ def lf_list(ns, directory, depth=None):
try:
depth = int(depth)
except ValueError:
- raise LmiFailed("Depth must be integer")
+ raise LmiFailed("Depth must be integer.")
else:
depth = 0