github seleniumbase/SeleniumBase v2.0.10
Fix issue with printing file paths that contain spaces

latest releases: v4.28.1, v4.28.0, v4.27.5...
2 years ago

Fix issue with printing file paths that contain spaces

Fixes #1041

(This was discovered by running sbase mkrec new_file.py --url=wikipedia.org from a directory that contained spaces within the file path. When the result file was being outputted using sbase print PATH_WITH_SPACES/new_file.py, the path was being split into multiple arguments based on how many spaces it contained, which led to errors.)

Don't miss a new SeleniumBase release

NewReleases is sending notifications on new releases.