Needs review
Project:
Rawlog
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2011 at 13:00 UTC
Updated:
3 Jan 2011 at 15:04 UTC
Jump to comment: Most recent file
When the directory for rawlogs doesn't exist rawlog bugs out. I've attached a quick fix that ensures that the directory is created when the file creation attempt occurs.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | rawlog-create_dirs_if_not_abs.patch | 8.74 KB | redijedi |
| rawlog-create_dirs.patch | 1.02 KB | redijedi |
Comments
Comment #1
redijedi commentedForgot to handle non-site-relative dirs (ie absolute). This implementation is still incomplete as it doesn't work on windows very well. Plus something feels sloppy about it, but it's a start.