Skip to content

Commit

Permalink
added more ips
Browse files Browse the repository at this point in the history
  • Loading branch information
revesansparole committed Jan 28, 2016
1 parent 22b337e commit cafcef4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion example/ip_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion example/launch_client_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion example/launch_oas_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cafcef4

Please sign in to comment.