Skip to content

Commit cd4b40f

Browse files
committed
changed variable name
1 parent 63dfa98 commit cd4b40f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/common/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ def escape_if_OSX(file_name):
6363

6464

6565
def print_for_unimplemented_functions(function_name):
66-
unimp_msg = f"'{function_name}' is not implemented in the simulator but it will work on the actual device!\n"
67-
send_print_to_simulator(unimp_msg)
66+
msg = f"'{function_name}' is not implemented in the simulator but it will work on the actual device!\n"
67+
send_print_to_simulator(msg)

0 commit comments

Comments
 (0)