Skip to content
Snippets Groups Projects
Commit d06565e0 authored by Guido Trotter's avatar Guido Trotter
Browse files

Remove two trailing whitespaces

Ok, I've been battling with those for a while but it seems
in the end I forgot to get rid of them! :( Doing it explicitely now.

Reviewed-By: iustinp
parent 2527691a
No related branches found
No related tags found
No related merge requests found
......@@ -203,13 +203,13 @@ def DiagnoseOS(opts, args):
def _OutputNodeHiddenOSStatus(dobj_list):
for dobj in dobj_list:
logger.ToStdout(" [hidden] path: %s, status: %s" %
logger.ToStdout(" [hidden] path: %s, status: %s" %
(_DiagnoseOSPath(dobj), _DiagnoseOSStatus(dobj)))
def _OutputPerNodeOSStatus(msg_map):
map_k = utils.NiceSort(msg_map.keys())
for node_name in map_k:
logger.ToStdout(" Node: %s, status: %s" %
logger.ToStdout(" Node: %s, status: %s" %
(node_name, msg_map[node_name]))
if node_name in all_os[os_name]:
_OutputNodeHiddenOSStatus(all_os[os_name][node_name])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment