mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-06 15:43:39 +02:00
- return a list instead of a tuple (this was already fixed in the packaging-branch)
This commit is contained in:
@@ -719,7 +719,7 @@ def read_inconflict(dir):
|
||||
|
||||
def parseargs(list_of_args):
|
||||
if list_of_args:
|
||||
return list_of_args
|
||||
return list(list_of_args)
|
||||
else:
|
||||
return [ os.curdir ]
|
||||
|
||||
|
Reference in New Issue
Block a user