Remove white space between print and ()
TrivialFix Change-Id: I3bc6b2f7c7968488ee3b8e69f2ba0d6828d79ebe
This commit is contained in:
parent
2100cbff60
commit
95a62e7ed0
@ -90,11 +90,11 @@ def repo_exists(repo):
|
||||
|
||||
|
||||
def print_tag_missing(name, tag):
|
||||
print ("* %s should have the tag '%s'" % (name, tag))
|
||||
print("* %s should have the tag '%s'" % (name, tag))
|
||||
|
||||
|
||||
def print_bad_tag(name, tag):
|
||||
print ("* %s should not have the tag '%s'" % (name, tag))
|
||||
print("* %s should not have the tag '%s'" % (name, tag))
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(main())
|
||||
|
Loading…
Reference in New Issue
Block a user