Pep8 code fix
Related-Prod: PROD-36993
Change-Id: Icd5e587ab640d3df7cc7981679433ca3b450fd2a
diff --git a/tcp_tests/report.py b/tcp_tests/report.py
index 1bc35a3..a205424 100644
--- a/tcp_tests/report.py
+++ b/tcp_tests/report.py
@@ -451,8 +451,8 @@
def update_report(t_client, plan_name, tests_table):
- LOG.info("Update report table into plan - {}".format(plan_name)
- + "\n===\nList tests to udate:")
+ LOG.info("Update report table into plan - {}".format(plan_name) +
+ "\n===\nList tests to udate:")
plan = t_client.plan(plan_name)
if plan:
for r_test, run in tests_table: