summaryrefslogtreecommitdiffstats
path: root/src/lib/Client
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2011-09-04 01:02:03 +0200
committerHolger Weiß <holger@zedat.fu-berlin.de>2011-09-04 01:02:03 +0200
commitf83c86d87d95482587f6c652f5fd3d5e5238757a (patch)
treec680ef6d8b0f9e2fd72e6ba9b43c50cdf26181c2 /src/lib/Client
parent1cdc0aaa2982add970cf7ce3cb41bc20860cb7be (diff)
downloadbcfg2-f83c86d87d95482587f6c652f5fd3d5e5238757a.tar.gz
bcfg2-f83c86d87d95482587f6c652f5fd3d5e5238757a.tar.bz2
bcfg2-f83c86d87d95482587f6c652f5fd3d5e5238757a.zip
Don't omit "important" entries from reports
Fix the problem that modified entries weren't included in the client statistics if their "important" attribute was set to "true".
Diffstat (limited to 'src/lib/Client')
-rw-r--r--src/lib/Client/Frame.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Client/Frame.py b/src/lib/Client/Frame.py
index d8e308ee0..dec3b42c2 100644
--- a/src/lib/Client/Frame.py
+++ b/src/lib/Client/Frame.py
@@ -206,6 +206,7 @@ class Frame:
continue
try:
self.states[cfile] = tl[0].InstallPath(cfile)
+ tl[0].modified.append(cfile)
except:
self.logger.error("Unexpected tool failure",
exc_info=1)