From 5c198114640db1191e4b501d828622e6b9bc90d6 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Sat, 7 Aug 1999 03:06:33 +0000 Subject: writes changes to disks --- isys/testprobe | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'isys/testprobe') diff --git a/isys/testprobe b/isys/testprobe index 4064d458e..f0b1573a5 100755 --- a/isys/testprobe +++ b/isys/testprobe @@ -9,6 +9,11 @@ p.updateScsi() i = 0 print "found devices:" -while (i < len(p)): - print "\t", p[i] - i = i + 1 +#while (i < len(p)): +# print "\t", p[i] +# i = i + 1 + +print len (p) + +for i in p: + print "\t", i -- cgit