mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-24 00:56:15 +01:00
- do_maintenancerequest: fixed TypeError ("'NoneType' object is not iterable")
Broken since commit ba7e20bcd1
.
This commit is contained in:
parent
070daecaf5
commit
cc3979cc7f
@ -3024,7 +3024,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
if opts.attribute:
|
||||
maintenance_attribute = opts.attribute
|
||||
|
||||
source_project = source_packages = target_project = release_project = opt_sourceupdate = None
|
||||
source_project = target_project = release_project = opt_sourceupdate = None
|
||||
source_packages = []
|
||||
|
||||
if len(args) == 0 and (is_project_dir(os.curdir) or is_package_dir(os.curdir)):
|
||||
source_project = store_read_project(os.curdir)
|
||||
|
Loading…
Reference in New Issue
Block a user