cli: space listings a bit more for readability

parent 6f490008
......@@ -74,7 +74,7 @@ class OauTest(cmd.Cmd):
"""list devices and their access methods."""
self.fill_devarray()
for i, dev in enumerate(self.devices):
print('{}: l:{} serial:{} busport:{}'.format(i,
print('{}:\tl:{}\tserial:{}\tbusport:{}'.format(i,
dev['lun'], dev['serial'], dev['busport']))
def do_open(self, arg):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment