Fix Python 3 issues
* Fix print syntax in check_valid_gerrit_projects.py * tox.ini: jenkins-project env works also on Python 3, no need to force Python 2.7 Change-Id: I3c643470c6b5db666aeab208c615382719f8768d
This commit is contained in:
parent
5d1caf37c8
commit
ceee9c0f1a
@ -50,7 +50,7 @@ for p in projects:
|
||||
print("Error: Entry is not a project %s" % p)
|
||||
continue
|
||||
if args.verbose:
|
||||
print 'Checking %s' % (name)
|
||||
print('Checking %s' % name)
|
||||
description = p.get('description')
|
||||
if not description and repo_group in DESCRIPTION_REQUIRED:
|
||||
found_errors += 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user