Commit 8a29ceb
committed
#310 Support spaces in filename
The spec does not state if spaces are supported. The previous code will
throw the following critical error if space is detected in file name:
```
CRITICAL: Invalid characters ' ' in file name at:
```
This commit add ' ' as a valid character.
Signed-off-by: Chin Yeung Li <tli@nexb.com>1 parent 60e0c31 commit 8a29ceb
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
174 | 179 | | |
175 | 180 | | |
176 | 181 | | |
| |||
0 commit comments