From b4026decc2128f8d0b4ed16f3ab47ba75195eeb3 Mon Sep 17 00:00:00 2001 From: zimoch Date: Fri, 28 May 2004 12:10:34 +0000 Subject: [PATCH] allow empty argument list fo find everything --- App/scripts/bootinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App/scripts/bootinfo b/App/scripts/bootinfo index 3a1dd56..4ed111a 100755 --- a/App/scripts/bootinfo +++ b/App/scripts/bootinfo @@ -2,7 +2,7 @@ # ''' $Source: /cvs/G/DRV/misc/App/scripts/bootinfo,v $ - $Revision: 1.3 $ $Date: 2004/05/03 12:48:57 $ + $Revision: 1.4 $ $Date: 2004/05/28 12:10:34 $ Obtain boot information about IOCs from the ssrm_public Oracle database and make a pretty printout. @@ -56,7 +56,7 @@ if __name__ == "__main__": #endfor nFnd = 0 - if len (items) == 0: raise "NoArgs" + if len (items) == 0: items = "%" # # Loop over the list of patterns. hdrNotDone = 1