Remove leftover debugging Exception.

This commit is contained in:
Manu 2018-11-22 00:37:47 +08:00
parent a72f84f17d
commit b8e51daecd
1 changed files with 0 additions and 2 deletions

View File

@ -47,8 +47,6 @@ class BorgThread(QtCore.QThread, BackupProfileMixin):
if params.get('ssh_key') and params['ssh_key'] is not None:
env['BORG_RSH'] += f' -i ~/.ssh/{params["ssh_key"]}'
raise Exception
self.env = env
self.cmd = cmd
self.params = params