Commit b69ff84
committed
driver: SigrokDriver capture file is transferred to wrong path
when specified filename is not absolute and using a remote sigrok resource
Usually when an absolute path is supplied as `filename`
the call `abs.path.join()` resolves to `filename`.
But when the file path is relative,
it resolves it to a relative path appended to the tmp dir,
instead of from where the user calls this method.
Signed-off-by: Felix Zwettler <felix.zwettler@duagon.com>1 parent 581296e commit b69ff84
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
0 commit comments