summaryrefslogtreecommitdiffstats
path: root/glustolibs-io/glustolibs
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-io/glustolibs')
-rwxr-xr-xglustolibs-io/glustolibs/io/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glustolibs-io/glustolibs/io/utils.py b/glustolibs-io/glustolibs/io/utils.py
index b6325faa1..b6e1f627c 100755
--- a/glustolibs-io/glustolibs/io/utils.py
+++ b/glustolibs-io/glustolibs/io/utils.py
@@ -317,7 +317,7 @@ def cleanup_mounts(mounts):
mount_obj.mountpoint)
if (not mount_obj.mountpoint or
(os.path.realpath(os.path.abspath(mount_obj.mountpoint))
- is '/')):
+ == '/')):
g.log.error("%s on %s is not a valid mount point",
mount_obj.mountpoint, mount_obj.client_system)
continue