7939: Use 100:: for bogus host check and add comment about API check.
[arvados.git] / services / fuse / arvados_fuse / command.py
index 11935adb92c56eef8eb1d5559c45ae7948679024..cd81a5390a2bdf53807711174677a2bc8f1b47be 100644 (file)
@@ -153,6 +153,7 @@ class Mount(object):
             keep_params={
                 "block_cache": arvados.keep.KeepBlockCache(self.args.file_cache)
             })
+        # Do a sanity check that we have a working arvados host + token.
         self.api.users().current().execute()
 
     def _setup_mount(self):