Closed Alllen closed 8 months ago
Hi, You've got so many unusual use-cases!
The issue is in interface.py::353-354
fp_pes = ''.join(filepath[:-1]) + '.pes'
fp_sup = ''.join(filepath[:-1]) + '.sup'
it should be '.'.join
for both. Fixed in 3fba5ca77accc1571fc56fd4bef4988a1875ff88. However, there is no plan to release a new EXE so soon, sorry.
When making a SUP file to a path in the Network Neighborhood, I got this. It seems like that the output file path was changed by program and all the "." in the ip address is automatically removed. It should be "192.168.0.223".The input path is the same path but there is no problem , I think, because the processing is almost finished.