-
Notifications
You must be signed in to change notification settings - Fork 49
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
MarkDownFile not accepting absolute file path anymore #81
Labels
bug
Something isn't working
Comments
Thanks for reporting the issue I'll check for the problem, I recommend to downgrade to 1.4.0 version. |
I got the same issue. Downgrading to 1.4.0 solves this temporarily. |
This was referenced Mar 7, 2023
didix21
added a commit
that referenced
this issue
Mar 9, 2023
didix21
added a commit
that referenced
this issue
Mar 10, 2023
didix21
added a commit
that referenced
this issue
Mar 11, 2023
- Add new test for improving coverage. - Install pytest on github actions. - Replace unittest for pytest on github actions.
didix21
added a commit
that referenced
this issue
Mar 11, 2023
- Add new test for improving coverage. - Install pytest on github actions. - Replace unittest for pytest on github actions.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
With "Modify tests to fix flakiness" MarkDownFile.init() has been modified to use os.getcwd() as base directory.
This makes it impossible to specify an absolute path via MdUtils.create_md_file().
To Reproduce
leads to
Expected behavior
MD file is created with given absolute file_name.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: