aboutsummaryrefslogtreecommitdiff
path: root/steuermann/run_all.py
diff options
context:
space:
mode:
authorsienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2012-11-08 12:19:40 -0500
committersienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2012-11-08 12:19:40 -0500
commit9356f290f415a82024b3f9bbeb96f7860e3badd0 (patch)
treebe47a52d578270b933b48e7b69756b99d8314807 /steuermann/run_all.py
parent5bf65cdc38d29cbc5f5ec23bbafd22171b0e567a (diff)
downloadsteuermann-9356f290f415a82024b3f9bbeb96f7860e3badd0.tar.gz
verbose off for want -r
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@840 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann/run_all.py')
-rw-r--r--steuermann/run_all.py4
1 files changed, 3 insertions, 1 deletions
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 )
#