scientifichackers/ampy

does nothing: "ampy put src /"

jedie opened this issue · 1 comments

jedie commented

I want to put all files from local /src/* to the root directory of the device.
So i call: ampy put src /

Nothing happens.

I add some debug info in cli.py and the problem is: board_files.mkdir(remote_parent)
raised files.DirectoryExistsError with this error: Directory already exists: /

jedie commented

EDIT: Ah i now see: 7739544 "fixed" the problem... But the package on PyPi seems to be outdated and doesn't contain this changes :(