mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 02:16:12 +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
|
wd = os.curdir
|
||||||
args = slash_split(args)
|
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()
|
self.print_repos()
|
||||||
|
|
||||||
if len(args) == 4:
|
if len(args) == 4:
|
||||||
|
Loading…
Reference in New Issue
Block a user