1
0
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:
Danny Kukawka
2010-07-06 14:18:24 +02:00
parent bd821937f6
commit f8f448b6ba

View File

@@ -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