summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/sbin/bcfg2-yum-helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-yum-helper b/src/sbin/bcfg2-yum-helper
index 161aa3e50..643d0ccd9 100755
--- a/src/sbin/bcfg2-yum-helper
+++ b/src/sbin/bcfg2-yum-helper
@@ -304,7 +304,7 @@ def main():
try:
# this code copied from yumcommands.py
cachemgr.populate_cache()
- print json.dumps(True)
+ print(json.dumps(True))
except yum.Errors.YumBaseError:
logger.error("Unexpected error creating cache: %s" %
sys.exc_info()[1], exc_info=1)