Minor indentation fix.

This commit is contained in:
Pedro Algarvio 2013-10-25 01:07:40 +01:00
parent 1e95193f37
commit c59b31888b

View File

@ -145,8 +145,8 @@ def _linux_gpu_data():
elif __opts__.get('enable_gpu_grains', None) is False:
log.info(
'Skipping lspci call because enable_gpu_grains was set to False in the config. '
'GPU grains will not be available.'
'Skipping lspci call because enable_gpu_grains was set to False '
'in the config. GPU grains will not be available.'
)
return {}