[ARVADOS] updated: f6bd4a2d80a5092a4306bac61dac90bffdf6211c

git at public.curoverse.com git at public.curoverse.com
Mon Nov 23 17:32:50 EST 2015


Summary of changes:
 services/fuse/arvados_fuse/command.py | 4 ++--
 services/fuse/bin/arv-mount           | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

       via  f6bd4a2d80a5092a4306bac61dac90bffdf6211c (commit)
      from  796c33a1efdd90f34856e4d24437d9a52367a778 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f6bd4a2d80a5092a4306bac61dac90bffdf6211c
Author: Tom Clegg <tom at curoverse.com>
Date:   Mon Nov 23 17:42:40 2015 -0500

    7751: Fix shell wrapper code path.

diff --git a/services/fuse/arvados_fuse/command.py b/services/fuse/arvados_fuse/command.py
index e12d62a..93bcd20 100644
--- a/services/fuse/arvados_fuse/command.py
+++ b/services/fuse/arvados_fuse/command.py
@@ -125,9 +125,9 @@ class Mount(object):
 
     def run(self):
         if self.args.exec_args:
-            self._run_exec(self.args)
+            self._run_exec()
         else:
-            self._run_standalone(self.args)
+            self._run_standalone()
 
     def _fuse_options(self):
         """FUSE mount options; see mount.fuse(8)"""
diff --git a/services/fuse/bin/arv-mount b/services/fuse/bin/arv-mount
index f8fc96f..671d6a9 100755
--- a/services/fuse/bin/arv-mount
+++ b/services/fuse/bin/arv-mount
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-import arvados_fuse
+import arvados_fuse.command
 
 if __name__ == '__main__':
     args = arvados_fuse.command.ArgumentParser().parse_args()

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list