Fix Typo in repos release script 31/59231/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 28 Jun 2018 20:17:05 +0000 (13:17 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 28 Jun 2018 20:20:01 +0000 (13:20 -0700)
commit067d29186db675852d300533c0bac7f477ffc840
tree36bfaead92f8701d6d6e80da42c22d6a2eb3b9e8
parentdd8b2323fe6e8f5ae48765c77a3c8a8f54af57a9
Fix Typo in repos release script

As the scripts are ran under Python 3, parenthesis are required around
print statements. Adding these doesn't seem to cause in error in Python
2.

Change-Id: Ic0ce623ded5f3e3f27c8117e2067566afc8d8c0b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
releases/scripts/repos.py