mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 05:38:43 +02:00
- oops.. removed ')'
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user