Benjamin Stein 1c22a93535
Update listdir() in sample code to take correct args (#2261)
Executing this code (Python 3.11, MacOS) returns error
`TypeError: listdir: path should be string, bytes, os.PathLike, integer or None, not TemporaryDirectory`
Using the string name of the dir works better.
2024-04-03 02:33:27 +00:00
..
2024-03-23 04:19:54 +00:00
2024-02-15 00:54:17 +00:00
2024-03-05 03:38:30 +00:00