]> arthur.barton.de Git - bup.git/commitdiff
fuse-cmd.py: match the style of the import failure message in web-cmd.py.
authorRob Browning <rlb@defaultvalue.org>
Sat, 17 Aug 2013 19:14:42 +0000 (14:14 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 17 Aug 2013 19:14:46 +0000 (14:14 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
cmd/fuse-cmd.py

index 9253a18de996efbea4f58b2125a851bcd1144232..1621f1e527cadc95d5dbbb09cfa24fd59d82079a 100755 (executable)
@@ -5,8 +5,7 @@ from bup.helpers import *
 try:
     import fuse
 except ImportError:
-    log('bup: error: The python "fuse" module is missing.\n' +
-        'To use bup fuse, first install the python-fuse package.\n')
+    log('error: cannot find the python "fuse" module; please install it\n')
     sys.exit(1)