fix: unnecessary file remove #9
Labels
No labels
bug
duplicate
enhancement
fix
good first issue
help wanted
question
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
xinux/relago!9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ezozbek36/relago:fix/setup-key"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #7
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
Pull request closed