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 deletion following refacto #76

Merged
merged 2 commits into from
Jul 3, 2024

Conversation

SquirrelDeveloper
Copy link
Collaborator

The code modifications focus on two key changes: refactoring the logging in the PlaybooksRepositoryComponent and amending the filesystem operation in PlaybooksRepositoryUseCases. The logger method now wraps the logging statement in a more efficient method call, and a directory creation operation has been replaced with a file deletion operation.

The code modifications focus on two key changes: refactoring the logging in the PlaybooksRepositoryComponent and amending the filesystem operation in PlaybooksRepositoryUseCases. The logger method now wraps the logging statement in a more efficient method call, and a directory creation operation has been replaced with a file deletion operation.
@SquirrelDeveloper SquirrelDeveloper added the bug Something isn't working label Jul 3, 2024
@SquirrelDeveloper SquirrelDeveloper added this to the v0.1.15 milestone Jul 3, 2024
The commit adds info, warn, and error functionality to the logger in the 'PlaybookRepositoryComponent' integration test. Previously, the logger only had a child method. The update makes testing more robust by providing additional logging options.
@SquirrelDeveloper SquirrelDeveloper merged commit 9fb0092 into master Jul 3, 2024
8 checks passed
@SquirrelDeveloper SquirrelDeveloper deleted the fix-deletion-of-file branch July 3, 2024 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging this pull request may close these issues.

1 participant