Skip to content

v1.0.1

Latest

Choose a tag to compare

@rig0 rig0 released this 30 Nov 18:41
· 57 commits to main since this release

Fixed orphaned tmp/backup directories on unexpected job failures

  • Moved remote_tmp_dir initialization outside the try block
  • Added backup_created flag to track if we actually created the backup directory
  • Set flag to True after successfully creating the directory
  • Moved cleanup to finally block
  • Only cleanup if directory was created to avoid errors when connection fails early