[ARVADOS] updated: 1ecc9b7b0b0f88a4e1a96b9bcb77aa580f68cc89
git at public.curoverse.com
git at public.curoverse.com
Mon Sep 15 13:31:07 EDT 2014
Summary of changes:
sdk/python/arvados/commands/copy.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 1ecc9b7b0b0f88a4e1a96b9bcb77aa580f68cc89 (commit)
from 044d3d29476a8e59821ca4ebb7144f6c6b0b24ce (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 1ecc9b7b0b0f88a4e1a96b9bcb77aa580f68cc89
Author: Tim Pierce <twp at curoverse.com>
Date: Mon Sep 15 13:30:52 2014 -0400
3699: typo fix
diff --git a/sdk/python/arvados/commands/copy.py b/sdk/python/arvados/commands/copy.py
index da4e074..d8ce4f4 100755
--- a/sdk/python/arvados/commands/copy.py
+++ b/sdk/python/arvados/commands/copy.py
@@ -339,7 +339,7 @@ def copy_git_repo(src_git_repo, src, dst, dst_git_repo):
# If there is a /scratch partition available, attempt to use it
# to check out the git repo (which can be quite large)
if os.path.exists('/scratch'):
- tempfile.tmpdir = '/scratch/{}'.format(getpass.getuser())
+ tempfile.tempdir = '/scratch/{}'.format(getpass.getuser())
os.mkdir(tempfile.tempdir)
tmprepo = tempfile.mkdtemp()
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list