Merge pull request #9250 from bridadan/fix_python_3_rtc_host_test

Fix Python 3 syntax in rtc host test
pull/9252/head
Cruz Monrreal 2019-01-03 18:18:46 -06:00 committed by GitHub
commit 070bf2f715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class RTC_time_calc_test(BaseHostTest):
self.send_kv("passed", str(response))
else:
self.send_kv("failed", 0)
print "expected = %d, result = %d" % (expected_timestamp , actual_timestamp)
print("expected = %d, result = %d" % (expected_timestamp , actual_timestamp))
# calculate next date
if (self.first):