-
Notifications
You must be signed in to change notification settings - Fork 32
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
quiet and quietly not always working? #23
Comments
I digged some more and found out the following ... It doesn't return an error, it just returns true Here's a sequence of executions in irb that shows what's weird:
The file is definitely not existing on the system. |
Thanks for the report. The |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I have a problem with rye on SLES10.
When calling
file_exists?
it sometimes returns an error when the file does not exist. But since I use quiet mode and the method itself executes quitely, this shouldn't happen, I guess? Since I want to execute an action, if the file does not exist, this is kind of annoyingThe Rye versions I've tried so far are 0.9.6 and 0.9.7. The Ruby version is 1.9.3p125
Interesting thing is that it's working with SLES 11 and the exact same versions of ruby and rye.
The way I'm using it is this:
When calling Rye::Box.new, I'm setting
quiet: true
Maybe you have an idea?
Thx alot,
Stefan
The text was updated successfully, but these errors were encountered: