Skip to content

Commit 070bf2f

Browse files
author
Cruz Monrreal
authored
Merge pull request #9250 from bridadan/fix_python_3_rtc_host_test
Fix Python 3 syntax in rtc host test
2 parents f83e1d2 + 5625b69 commit 070bf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/host_tests/rtc_calc_auto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def _verify_timestamp(self, key, value, timestamp):
117117
self.send_kv("passed", str(response))
118118
else:
119119
self.send_kv("failed", 0)
120-
print "expected = %d, result = %d" % (expected_timestamp , actual_timestamp)
120+
print("expected = %d, result = %d" % (expected_timestamp , actual_timestamp))
121121

122122
# calculate next date
123123
if (self.first):

0 commit comments

Comments
 (0)