We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63dfa98 commit cd4b40fCopy full SHA for cd4b40f
1 file changed
src/common/utils.py
@@ -63,5 +63,5 @@ def escape_if_OSX(file_name):
63
64
65
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)
+ msg = f"'{function_name}' is not implemented in the simulator but it will work on the actual device!\n"
+ send_print_to_simulator(msg)
0 commit comments