Commit 3a4ef4c
authored
parser: fix file path into URI#open for Windows (#4855)
**Which issue(s) this PR fixes**:
Fixes #
**What this PR does / why we need it**:
This patch will fix the problem in
#4848
`u.path` has the file path without a drive letter in Windows
environment.
If Fluentd is worked on `c` drive and config file exists in `d` drive,
it can't parse config file, I think.
**Docs Changes**:
**Release Note**:
Signed-off-by: Shizuo Fujita <[email protected]>1 parent ccf5768 commit 3a4ef4c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments