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

Fixes issue with file exporting in Windows system. #2256

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

BONNe
Copy link
Member

@BONNe BONNe commented Jan 3, 2024

JAR files do not store files inside it with a filesystem separator. The only spot where it makes sense to transform "/" into file separator is in output file saving.

This reverts changes made in 13c339e, but "fixes" file separation in output file saving.

JAR files does not store files inside it with filesystem separator. Only spot where it makes sense to transform "/" into file separator is in output file saving.
Copy link

sonarqubecloud bot commented Jan 3, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

1 New issue
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@BONNe BONNe requested a review from tastybento January 4, 2024 07:41
@tastybento tastybento merged commit 38d845d into develop Jan 4, 2024
1 of 2 checks passed
@tastybento tastybento deleted the fix-file-exporty branch January 4, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants