Closed yovasx2 closed 8 years ago
Thanks for the bug report. I'll take a look at your fix.
ok bro
Thanks for the reminder to look at this. I added a test for turning on the logging so this doesn't break again in the future. I'm releasing 1.3.1 with this bugfix. Thanks!
Your welcome bro have a nice day On Feb 11, 2016 9:36 PM, "Julien Vanier" notifications@github.com wrote:
Thanks for the reminder to look at this. I added a test for turning on the logging so this doesn't break again in the future. I'm releasing 1.3.1 with this bugfix. Thanks!
— Reply to this email directly or view it on GitHub https://github.com/stephskardal/rails_admin_import/pull/49#issuecomment-183168510 .
When logger is active, the method copy_uploaded_file_to_log_dir has a problem when dir import does not exist, so I use the FileUtils.makedir_p to create it and prevent FileUtils.cp not to crash