Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
real-yfprojects committed May 18, 2023
1 parent e6ba160 commit 0031859
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vorta/borg/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def process_result(self, result):
).format(LOG_DIR.as_uri())
)
else:
self.app.backup_progress_event.emit(self.tr('Backup finished.'))
self.app.backup_log_event.emit('', {})
self.app.backup_progress_event.emit(f"[{self.params['profile_name']}] {self.tr('Backup finished.')}")

Expand Down

0 comments on commit 0031859

Please sign in to comment.