Skip to content

Commit

Permalink
render info plan in blue
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Apr 16, 2020
1 parent 3e93a43 commit b81bd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kvirt/baseconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def info_plan(self, inputfile, quiet=False, web=False, onfly=None, doc=False):
del parameters['description']
info = parameters.get('info')
if info is not None:
print("info: %s" % info.strip())
common.pprint("info: %s" % info.strip(), color='blue')
del parameters['info']
if web:
return parameters
Expand Down

0 comments on commit b81bd1f

Please sign in to comment.