mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-06 15:43:39 +02:00
respect -A for 'osc deleterequest'
This commit is contained in:
@@ -1359,7 +1359,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
elif len(args) > 2:
|
||||
raise oscerr.WrongArgs('Too many arguments.')
|
||||
|
||||
apiurl = conf.config['apiurl']
|
||||
apiurl = self.get_api_url()
|
||||
|
||||
if not opts.message:
|
||||
import textwrap
|
||||
|
Reference in New Issue
Block a user