fluidd-core / fluidd

Fluidd, the klipper UI.
https://docs.fluidd.xyz
GNU General Public License v3.0
1.34k stars 401 forks source link

fix: file path on upload #1330

Closed pedrolamas closed 5 months ago

pedrolamas commented 5 months ago

Main issue here is that some helper methods sometimes returned a "\" terminated path, which would then lead to these weird differences.

I made sure that these methods do not return a terminated "/"

Fixes #1325