The error went away (and the command was correctly executed) after deleting the f, i.e. writing this command instead:
existing_examples = glob("{NOTEBOOKS_FOLDER}/*/")
I received the same error in other lines where a string was created. The solution was each time to delete the f. This might be a problem between operating systems.
I executed this command:
And I received this error message:
The error went away (and the command was correctly executed) after deleting the
f
, i.e. writing this command instead:I received the same error in other lines where a string was created. The solution was each time to delete the
f
. This might be a problem between operating systems.