1
0
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:
Pavol Rusnak 2010-05-19 15:34:59 +02:00
parent 41f925addc
commit 273fabb4da

View File

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