-
Notifications
You must be signed in to change notification settings - Fork 4
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
throws Errno::EEXIST: File exists @ dir_s_mkdir when tmp exists #3
Comments
Absolutely true, thank you for pointing that out! |
Thank you. BTW changing |
Should work now... In the long run I think the Dir.mktmpdir will do the best job. |
Thanks a ton.. For any change in the dependent gem, typical community convention is to On Sun, May 4, 2014 at 9:17 PM, Giovanni Biczo notifications@git.luolix.topwrote:
|
Got it, thank you so much! |
Call to
Oxcelix::Workbook.new
blows up withErrno::EEXIST: File exists @ dir_s_mkdir
whentmp
exists under the current directory. It happens due toFileUtils.mkdir(@destination)
at workbook.rb:52. I would have sent you a pull request but could not make the specs run on my machine.The text was updated successfully, but these errors were encountered: