Closed lubosmato closed 4 years ago
Was this solved? If so, can tell us how?
No, it wasn't because it is not an issue in ampy. I thought it is related to ampy project but the issue is related to intellij-micropython which uses ampy. Feel free to delete this issue.
How to reproduce (only Windows)
Upload a file using
Files.put
. File must be inside a folder and a filename must start with a character from set:a
,b
,f
,n
,r
,t
,v
,o
,x
. For example imagine this filepathfolder\file_starting_with_f.py
. Windows uses\
. The problem occurs on line https://github.com/scientifichackers/ampy/blob/master/ampy/files.py#L214Maybe also causing an issue which breaks tests on Windows #72