Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spaces in directoryname #19

Open
vascotenner opened this issue Sep 10, 2014 · 0 comments
Open

Spaces in directoryname #19

vascotenner opened this issue Sep 10, 2014 · 0 comments
Labels

Comments

@vascotenner
Copy link

With %%cache one can specifiy in which files the caching is done. One can also select files that are in another directory than $pwd. However, these pathspec cannot contain spaces. One cannot use ' or " to quote the string:

%%cache -d '/tmp/a b' c.pkl d
d=2

returns:
IOError: [Errno 2] No such file or directory: u"/home/bla'/tmp/a bl'/c.pkl"

@rossant rossant added the bug label Sep 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants