Skip to content

Commit d79f388

Browse files
committed
Futurize stage 1 mbed-greentea
1 parent d229fe0 commit d79f388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mbed-greentea/mbed_greentea/mbed_greentea_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ def run_test_thread(test_result_queue, test_queue, opts, mut, build, build_path,
569569
# In some cases we want to print console to see why test failed
570570
# even if we are not in verbose mode
571571
gt_logger.gt_log_tab("test failed, reporting console output (specified with --report-fails option)")
572-
print
572+
print()
573573
print(single_test_output)
574574

575575
#greentea_release_target_id(mut['target_id'], gt_instance_uuid)

0 commit comments

Comments
 (0)