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
fab -f stat.py uses os.stat instead of local file #1392
Comments
|
I was definitely able to reproduce this, but I added some debugging to |
|
Can reproduce it again reliably, I have no idea what happened. As far as I know, I changed nothing. My terminal history is making me think I've gone insane. And it's only tuesday. :-( As far as I can tell, I'm not sure we should uncritically fix this, by the way. I just had the thought that someone could place That being said, I've previously had to import files that have names that |
|
Looking at |
|
Definitely think we are hitting a case where we end up using the |
|
Obviously, issuing I suggest we acknowledge that this exists, and maybe in |
|
This definitely sounds like a However, +1 for terminating with a warning if the user names their explicit fabfile something that shadows builtins like this. Mucking with |
stat.py may have any content or deeper path - same result
The text was updated successfully, but these errors were encountered: