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

Bug Report: Converted Files with the Same Name, but Different Extensions Causes One of the Files to Not Be Converted #10

Closed
Pasqua101 opened this issue Sep 22, 2023 · 1 comment · Fixed by #13

Comments

@Pasqua101
Copy link
Contributor

I didn't notice this when testing my own code, but I discovered that there is an issue where if you have 2 files of the same name but different extension in the same directory (test.txt and test.md in the directory being converted). The output of the first file, test.txt, will be overwritten by the output of test.md. I would suggest to make a helper function that allows for duplicate filenames similar to what Windows has with test.html and test(1).html.

@Yousef-Majidi
Copy link
Owner

Yousef-Majidi commented Sep 26, 2023

thank you for brining it to my attention.

closed by 8197c77

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 a pull request may close this issue.

2 participants