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

[bugfix] - Fix file deletion issue #115

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Conversation

ghecko
Copy link
Contributor

@ghecko ghecko commented Nov 19, 2024

This PR addresses the file deletion issue described in #113.

Root Cause: The path_isfile function requires a full path, but the file path provided was incomplete.
Fix: Retrieve the full path of the file before passing it to the path_isfile function.

@p0dalirius p0dalirius merged commit ebcf32f into p0dalirius:main Nov 21, 2024
2 checks passed
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