MagicDirectory.__contains__ now creates CollectionDirectory (which creates
[arvados.git] / services / fuse / bin / arv-mount
index b4afffab061fc2ceaf56bc7dcb93a105fa3d93cb..2988c25c7d96895f20fe843c39ce45394c90bdd0 100755 (executable)
@@ -36,7 +36,10 @@ collections on the server.""")
     args = parser.parse_args()
 
     # Create the request handler
-    operations = Operations(os.getuid(), os.getgid())
+    operations = Operations(os.getuid(), os.getgid(), args.debug)
+
+    if args.debug:
+        arvados.config.settings()['ARVADOS_DEBUG'] = 'true'
 
     if args.groups:
         api = arvados.api('v1')