From 8307a7063fb806f84c5af4fb2f6b1f6947b78843 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Mon, 30 Aug 2010 16:28:10 +0200 Subject: [PATCH] - fixed "do_results" --- osc/commandline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osc/commandline.py b/osc/commandline.py index 67174947..f0e19d8c 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -3402,6 +3402,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. opts.status_filter = None opts.vertical = None opts.show_non_building = None + opts.show_excluded = None self.do_prjresults('prjresults', opts, *args) sys.exit(0) else: