Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: file path on upload #1330

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

pedrolamas
Copy link
Member

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

@pedrolamas pedrolamas added the GH - Bug Something isn't working label Jan 29, 2024
@pedrolamas pedrolamas added this to the 1.28 milestone Jan 29, 2024
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
@pedrolamas pedrolamas marked this pull request as ready for review January 29, 2024 16:56
Copy link
Member

@matmen matmen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pedrolamas pedrolamas merged commit 1bb738a into fluidd-core:develop Jan 29, 2024
4 checks passed
@pedrolamas pedrolamas deleted the pedrolamas/fix-1325 branch January 29, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GH - Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing slash in file editor
2 participants