[ARVADOS] updated: 796c33a1efdd90f34856e4d24437d9a52367a778
git at public.curoverse.com
git at public.curoverse.com
Mon Nov 23 17:27:13 EST 2015
Summary of changes:
services/fuse/arvados_fuse/command.py | 2 +-
services/fuse/bin/arv-mount | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 796c33a1efdd90f34856e4d24437d9a52367a778 (commit)
from 273221309b13c6ab1c299095a811041b95ce4fa9 (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 796c33a1efdd90f34856e4d24437d9a52367a778
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Nov 23 16:31:37 2015 -0500
7751: Lowercase method name for PEP-0008.
diff --git a/services/fuse/arvados_fuse/command.py b/services/fuse/arvados_fuse/command.py
index ba74111..e12d62a 100644
--- a/services/fuse/arvados_fuse/command.py
+++ b/services/fuse/arvados_fuse/command.py
@@ -123,7 +123,7 @@ class Mount(object):
subprocess.call(["fusermount", "-u", "-z", self.args.mountpoint])
self.operations.destroy()
- def Run(self):
+ def run(self):
if self.args.exec_args:
self._run_exec(self.args)
else:
diff --git a/services/fuse/bin/arv-mount b/services/fuse/bin/arv-mount
index 05b4c50..f8fc96f 100755
--- a/services/fuse/bin/arv-mount
+++ b/services/fuse/bin/arv-mount
@@ -4,4 +4,4 @@ import arvados_fuse
if __name__ == '__main__':
args = arvados_fuse.command.ArgumentParser().parse_args()
- arvados_fuse.command.Mount(args).Run()
+ arvados_fuse.command.Mount(args).run()
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list