python directory not read correctly in os.listdir()
I have a script in python where I want to read in a path to a directory in order to read in the files within this directory.
When debugging it throws me an error.
python directory not read as string
I have a script in python where I want to read in a path to a directory in order to read in the files within this directory.
When debugging it throws me an error.