From: Andy Bavier Date: Thu, 21 May 2009 15:48:33 +0000 (+0000) Subject: Turn off debugging flag X-Git-Url: http://git.onelab.eu/?p=nodemanager-topo.git;a=commitdiff_plain;h=3328b25fe2ed39610ec542f4f6d1e0609791ef39 Turn off debugging flag --- 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()