From 3328b25fe2ed39610ec542f4f6d1e0609791ef39 Mon Sep 17 00:00:00 2001 From: Andy Bavier Date: Thu, 21 May 2009 15:48:33 +0000 Subject: [PATCH] Turn off debugging flag --- create-topo-attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-topo-attributes.py b/create-topo-attributes.py index b9536eb..f03bebe 100755 --- a/create-topo-attributes.py +++ b/create-topo-attributes.py @@ -101,7 +101,7 @@ def get_nodes(): # For debugging -dryrun = 1 +dryrun = 0 """ Need global topology information """ sites = get_sites() -- 2.43.0