fix: unnecessary file remove #9

Closed
ezozbek36 wants to merge 1 commit from ezozbek36/relago:fix/setup-key into main
Contributor

Closes #7

Closes #7
fix: unnecessary file rm
Some checks failed
Test CI / test-flake (pull_request) Successful in 13s
Test CI / test-project (pull_request) Failing after 1m18s
9da79c7087
lambdajon approved these changes 2026-05-21 16:43:01 +00:00
Owner

I checked this and can confirm that this code was originally written to delete a temporary archive file that was created.

At this point, we no longer need to create a temporary file but this isn't a redundant action since we need to delete the 'idfile' because it will be copied to another location but the file itself won't be deleted.

This has already been changed in this PR: #10

I checked this and can confirm that this code was originally written to delete a temporary archive file that was created. At this point, we no longer need to create a temporary file but this isn't a redundant action since we need to delete the 'idfile' because it will be copied to another location but the file itself won't be deleted. This has already been changed in this PR: #10
let_rec closed this pull request 2026-05-22 10:22:14 +00:00
Some checks failed
Test CI / test-flake (pull_request) Successful in 13s
Test CI / test-project (pull_request) Failing after 1m18s

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
xinux/relago!9
No description provided.