Fix another occurance of missing plural
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
f65e25a76e
commit
7abc1b59dd
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ if __name__ == '__main__':
|
||||||
if verbose:
|
if verbose:
|
||||||
print('Determining which projects have the namespace "{0}" and '
|
print('Determining which projects have the namespace "{0}" and '
|
||||||
'branch "{1}"'.format(namespace, tag))
|
'branch "{1}"'.format(namespace, tag))
|
||||||
namespaces = info['namespace']
|
namespaces = info['namespaces']
|
||||||
pkgs = []
|
pkgs = []
|
||||||
for namespace in namespaces:
|
for namespace in namespaces:
|
||||||
for pkg, branches in namespace_to_projects[namespace].items():
|
for pkg, branches in namespace_to_projects[namespace].items():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue