Commit f4c0172
mavproxy.py: strip enclosing quotes from parsed shlex results
A command-line of kml load "/home/pbarker/e0/sypaq/carbonix-flying-sites/Carbonix Flight Areas.kmz" gets turned into a 3-element list.
Past this PR the last element will not be enclosed in quotes, which means that modules don't need to do their own quote-stripping1 parent 884290c commit f4c0172
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
756 | 756 | | |
757 | 757 | | |
758 | 758 | | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
759 | 771 | | |
760 | 772 | | |
761 | 773 | | |
| |||
0 commit comments