kmpm / nodemcu-uploader

Upload files to your esp8266 running nodeMcu
MIT License
320 stars 89 forks source link

Update main.py #55

Closed 2114L3 closed 8 years ago

2114L3 commented 8 years ago

line 31: newsources[i] = srcdst[0] was raising a "list assignment index out of range" error

list destinations is being used correctly but newsources was referencing a non existent index in a python list

as a result i was unable to use colon to rename