From 2405134cbff66f392d9add8cf5dd19eeab143c3f Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Thu, 11 Jan 2018 11:57:22 +0100 Subject: [PATCH] fixes not working osc maintainer The retrun at this point breaks the call, because in most cases is not a binary. And the code always checks for the binary first and then returns if no binary with the name is found. --- osc/commandline.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/osc/commandline.py b/osc/commandline.py index 4adc0bf3..559b7a90 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -7938,9 +7938,6 @@ Please submit there instead, or use --nodevelproject to force direct submission. repl = raw_input('\nUse this container? (y/n) ') if repl.lower() != 'y': searchresult = None - else: - print("Empty search result, you may want to search with other or all roles via -r ''") - return elif opts.user: searchresult = owner(apiurl, opts.user, "user", usefilter=filterroles, devel=None) elif opts.group: