summaryrefslogtreecommitdiffstats
path: root/src/sbin
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2005-08-04 16:16:16 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2005-08-04 16:16:16 +0000
commita41677ce30aa9bfafdd4f028bc0368e375ff5001 (patch)
tree6e522c8f570689b15b3322f06cd4581d44b72201 /src/sbin
parentb9f0e1a18e8cdbe006b7d7a92d5dfb37f2820213 (diff)
downloadbcfg2-a41677ce30aa9bfafdd4f028bc0368e375ff5001.tar.gz
bcfg2-a41677ce30aa9bfafdd4f028bc0368e375ff5001.tar.bz2
bcfg2-a41677ce30aa9bfafdd4f028bc0368e375ff5001.zip
Fixed a default--useful for overview-stats reports.
(Logical change 1.282) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1133 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin')
-rw-r--r--src/sbin/StatReports2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/StatReports b/src/sbin/StatReports
index cf7f8d711..13998b453 100644
--- a/src/sbin/StatReports
+++ b/src/sbin/StatReports
@@ -23,7 +23,7 @@ def generatereport(rs, nr):
reportspec = deepcopy(rs)
nodereprt = deepcopy(nr)
- reportgood = reportspec.get("good", default = 'N')
+ reportgood = reportspec.get("good", default = 'Y')
reportmodified = reportspec.get("modified", default = 'Y')
current_date = asctime()[:10]