Turn off debugging flag
authorAndy Bavier <acb@cs.princeton.edu>
Thu, 21 May 2009 15:48:33 +0000 (15:48 +0000)
committerAndy Bavier <acb@cs.princeton.edu>
Thu, 21 May 2009 15:48:33 +0000 (15:48 +0000)
create-topo-attributes.py

index b9536eb..f03bebe 100755 (executable)
@@ -101,7 +101,7 @@ def get_nodes():
 
 
 # For debugging
 
 
 # For debugging
-dryrun = 1
+dryrun = 0
 
 """ Need global topology information """
 sites = get_sites()
 
 """ Need global topology information """
 sites = get_sites()