diff --git a/TESTS/host_tests/rtc_calc_auto.py b/TESTS/host_tests/rtc_calc_auto.py index 77b52a0abc..65904c912c 100644 --- a/TESTS/host_tests/rtc_calc_auto.py +++ b/TESTS/host_tests/rtc_calc_auto.py @@ -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):