From 9356f290f415a82024b3f9bbeb96f7860e3badd0 Mon Sep 17 00:00:00 2001 From: sienkiew Date: Thu, 8 Nov 2012 17:19:40 +0000 Subject: verbose off for want -r git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@840 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run_all.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'steuermann/run_all.py') diff --git a/steuermann/run_all.py b/steuermann/run_all.py index c47d1ff..fa3e647 100644 --- a/steuermann/run_all.py +++ b/steuermann/run_all.py @@ -146,12 +146,14 @@ def cmd_flagging( l, xnodes, func ) : if l[1] == '-r' : recursive = 1 l = l[2:] + verbose = 0 else : recursive = 0 l = l[1:] + verbose = 1 for x in l : - do_flag( xnodes, x, recursive, func, 1 ) + do_flag( xnodes, x, recursive, func, verbose ) # -- cgit