mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
- oops.. removed ')'
This commit is contained in:
parent
4c3df68afd
commit
452a33bce5
@ -3400,7 +3400,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
wd = os.curdir
|
||||
args = slash_split(args)
|
||||
|
||||
if len(args) < 2) and (is_project_dir('.') or is_package_dir('.')):
|
||||
if len(args) < 2 and (is_project_dir('.') or is_package_dir('.')):
|
||||
self.print_repos()
|
||||
|
||||
if len(args) == 4:
|
||||
|
Loading…
Reference in New Issue
Block a user