From cafcef4855a0f348a3da4907f916196abc694eb1 Mon Sep 17 00:00:00 2001 From: revesansparole Date: Thu, 28 Jan 2016 15:38:34 +0100 Subject: [PATCH] added more ips --- example/ip_list.py | 3 ++- example/launch_client_file.py | 2 +- example/launch_oas_file.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/example/ip_list.py b/example/ip_list.py index d210f26..4d7aa31 100644 --- a/example/ip_list.py +++ b/example/ip_list.py @@ -7,4 +7,5 @@ simon_inra = "10.0.14.158" -com_dir = "com_dir" +sheldon_com_dir = "com_dir" +frgrid_com_dir = "/vo.france-grilles.fr/user/j/jchopard" diff --git a/example/launch_client_file.py b/example/launch_client_file.py index 8bbe026..f49b5ab 100644 --- a/example/launch_client_file.py +++ b/example/launch_client_file.py @@ -4,7 +4,7 @@ from oaserver.oa_client_file import OAClientFile -from ip_list import com_dir +from ip_list import sheldon_com_dir as com_dir if not exists(com_dir): mkdir(com_dir) diff --git a/example/launch_oas_file.py b/example/launch_oas_file.py index 39cc05c..ca1a8ce 100644 --- a/example/launch_oas_file.py +++ b/example/launch_oas_file.py @@ -6,7 +6,7 @@ from oaserver.oa_server_file import OAServerFile -from ip_list import com_dir +from ip_list import sheldon_com_dir as com_dir if len(argv) == 1: