mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-03 18:16:17 +01:00
Merge branch 'creq_slash_split' of https://github.com/marcus-h/osc
Support slash notation in "osc creq -a <action type> args".
This commit is contained in:
commit
fc7d3d91fc
@ -1506,7 +1506,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
|
||||
parser.values.actions.append(value[0])
|
||||
del value[0]
|
||||
parser.values.actiondata.append(value)
|
||||
parser.values.actiondata.append(slash_split(value))
|
||||
|
||||
def _submit_request(self, args, opts, options_block):
|
||||
actionxml = ""
|
||||
|
Loading…
Reference in New Issue
Block a user