diff options
Diffstat (limited to 'retiolum/scripts/adv_graphgen')
| -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 | 
