summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-reports
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2010-06-11 03:01:04 +0000
committerSol Jerome <sol.jerome@gmail.com>2010-06-11 08:17:40 -0500
commitdc900be695a958f1943217ceb704f5d015db6a40 (patch)
tree57b79ddd09a4269be05e00d4d73657153157f430 /src/sbin/bcfg2-reports
parent9521a85acaa8a1ddd740315b3063146a9392da6f (diff)
downloadbcfg2-dc900be695a958f1943217ceb704f5d015db6a40.tar.gz
bcfg2-dc900be695a958f1943217ceb704f5d015db6a40.tar.bz2
bcfg2-dc900be695a958f1943217ceb704f5d015db6a40.zip
Typo in bcfg2-reports
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5922 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin/bcfg2-reports')
-rwxr-xr-xsrc/sbin/bcfg2-reports2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-reports b/src/sbin/bcfg2-reports
index 40a6cdb1b..bf8112dd8 100755
--- a/src/sbin/bcfg2-reports
+++ b/src/sbin/bcfg2-reports
@@ -61,7 +61,7 @@ def print_fields(fields, cli, max_name, entrydict):
"""
Prints the fields specified in fields of cli, max_name
specifies the column width of the name column.
- """"
+ """
fmt = ''
for field in fields:
if field == 'name':