summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Probes.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-04-16 09:08:04 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-04-16 09:08:04 -0400
commit8f00b76e2d1931611f84e5da99ffa204895896f9 (patch)
tree9639351470b2a48f929258cc70848c9745417010 /src/lib/Bcfg2/Server/Plugins/Probes.py
parent2bda9eecd15f55274def7b6002106c2e3fa6f0f3 (diff)
downloadbcfg2-8f00b76e2d1931611f84e5da99ffa204895896f9.tar.gz
bcfg2-8f00b76e2d1931611f84e5da99ffa204895896f9.tar.bz2
bcfg2-8f00b76e2d1931611f84e5da99ffa204895896f9.zip
pep-8: fixed indentation?
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Probes.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Probes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Probes.py b/src/lib/Bcfg2/Server/Plugins/Probes.py
index 6025d5455..309b96475 100644
--- a/src/lib/Bcfg2/Server/Plugins/Probes.py
+++ b/src/lib/Bcfg2/Server/Plugins/Probes.py
@@ -225,8 +225,8 @@ class Probes(Bcfg2.Server.Plugin.Probing,
try:
lxml.etree.SubElement(
ctag, 'Probe', name=probe,
- value=str(self.probedata[client][probe])
- .decode('utf-8'))
+ value=str(
+ self.probedata[client][probe]).decode('utf-8'))
except AttributeError:
lxml.etree.SubElement(
ctag, 'Probe', name=probe,