Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit cd4b40f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)