Remove white space between print and ()
TrivialFix Change-Id: I7cc4dc71459c9cfb2f45d9b3cb551fc3d6549ddb
This commit is contained in:
@@ -43,7 +43,7 @@ def print_help(project, venv, root):
|
||||
|
||||
$ %(root)s/tools/with_venv.sh <your command>
|
||||
"""
|
||||
print (help % dict(project=project, venv=venv, root=root))
|
||||
print(help % dict(project=project, venv=venv, root=root))
|
||||
|
||||
|
||||
def main(argv):
|
||||
|
Reference in New Issue
Block a user