Skip to content

Fix issue with printing file paths that contain spaces

Compare
Choose a tag to compare
@mdmintz mdmintz released this 28 Oct 23:14
· 3737 commits to master since this release
cc5d6cc

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.)