mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-04 10:36:17 +01:00
fix osc add
This commit is contained in:
parent
41f925addc
commit
273fabb4da
@ -2278,7 +2278,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
if arg.startswith('http://') or arg.startswith('https://') or arg.startswith('ftp://'):
|
||||
addDownloadUrlService(arg)
|
||||
else:
|
||||
addFiles(arg)
|
||||
addFiles([arg])
|
||||
|
||||
|
||||
def do_mkpac(self, subcmd, opts, *args):
|
||||
|
Loading…
Reference in New Issue
Block a user