[ARVADOS] updated: eaeee8fe0ef4f7fe5b5a3a1124be1275d0b0502e
git at public.curoverse.com
git at public.curoverse.com
Fri Jun 20 15:57:52 EDT 2014
Summary of changes:
sdk/cli/bin/arv | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via eaeee8fe0ef4f7fe5b5a3a1124be1275d0b0502e (commit)
from d8277401f758f9a45dfa166205e3b77708ac142d (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 eaeee8fe0ef4f7fe5b5a3a1124be1275d0b0502e
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Jun 20 15:57:44 2014 -0400
2986: Writes tempfile with appropriate extension so editor can apply proper editing mode.
diff --git a/sdk/cli/bin/arv b/sdk/cli/bin/arv
index 4ce0940..355a947 100755
--- a/sdk/cli/bin/arv
+++ b/sdk/cli/bin/arv
@@ -201,7 +201,7 @@ def arv_edit client, arvados, global_opts, remaining_opts
require 'tempfile'
- tmp = Tempfile.new(n)
+ tmp = Tempfile.new([n, "." + global_opts[:format]])
tmp.write(content)
tmp.close
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list