diff options
| author | EUcancER <root@euer.krebsco.de> | 2011-10-26 15:31:15 +0200 | 
|---|---|---|
| committer | EUcancER <root@euer.krebsco.de> | 2011-10-26 15:31:15 +0200 | 
| commit | 88d66c8db7fcb0fa7ecb7924439ededb883b8a66 (patch) | |
| tree | c1bf9555d35d4ec69f4e3d30020de4a421ecb042 | |
| parent | ad5d0233ce202aeef725f9ede6c164abfa30c6c4 (diff) | |
//retiolum/adv_graphgen: update archive path
| -rwxr-xr-x | retiolum/scripts/adv_graphgen/parse.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/retiolum/scripts/adv_graphgen/parse.py b/retiolum/scripts/adv_graphgen/parse.py index ca45ca15..715a228a 100755 --- a/retiolum/scripts/adv_graphgen/parse.py +++ b/retiolum/scripts/adv_graphgen/parse.py @@ -5,7 +5,7 @@ import sys,json  supernodes= [ "kaah","supernode","euer","pa_sharepoint","oxberg" ]  """ TODO: Refactoring needed to pull the edges out of the node structures again,  it should be easier to handle both structures""" -DUMP_FILE = "/srv/http/tmp/live/availability" +DUMP_FILE = "/krebs/db/availability"  def write_digraph(nodes):    """    writes the complete digraph in dot format | 
