Fix another occurance of missing plural

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-16 19:11:09 +02:00
parent f65e25a76e
commit 7abc1b59dd

View file

@ -405,7 +405,7 @@ if __name__ == '__main__':
if verbose:
print('Determining which projects have the namespace "{0}" and '
'branch "{1}"'.format(namespace, tag))
namespaces = info['namespace']
namespaces = info['namespaces']
pkgs = []
for namespace in namespaces:
for pkg, branches in namespace_to_projects[namespace].items():