Commit fd2553e
committed
profile: ignore leading slashes in <description_file> field
Some versions of XBee Studio create .xpro files where the
`<description_file>` field has a leading slash
(such as `/XB3-24Z/XB3-24Z_1013-th.xml`).
Python's `zipfile` library does not normalize paths like
`radio_fw//XB3-24Z/XB3-24Z_1013-th.xml`, and so any such .xpro file
is treated as unparseable.
https://onedigi.atlassian.net/browse/XBPL-4321 parent cb577cf commit fd2553e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
897 | | - | |
| 897 | + | |
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
| |||
0 commit comments