1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

- oops.. removed ')'

This commit is contained in:
Marcus Huewe 2010-02-09 02:27:29 +01:00
parent 4c3df68afd
commit 452a33bce5

View File

@ -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: