Skip to content

Commit 13df2b7

Browse files
jabibilasley
authored andcommitted
auto_backup: bad reference to field sftp_private_key (OCA#423)
Bump module version to 8.0.1.0.1
1 parent 72e1609 commit 13df2b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auto_backup/__openerp__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "Database Auto-Backup",
99
"summary": "Backups database",
10-
"version": "8.0.1.0.0",
10+
"version": "8.0.1.0.1",
1111
"author": (
1212
"VanRoey.be - Yenthe Van Ginneken, Agile Business Group,"
1313
" Grupo ESOC Ingeniería de Servicios,"

auto_backup/models/db_backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def sftp_connection(self):
274274
"Trying to connect to sftp://%(username)s@%(host)s:%(port)d",
275275
extra=params)
276276
if self.sftp_private_key:
277-
params["private_key"] = self.stfpprivatekey
277+
params["private_key"] = self.sftp_private_key
278278
if self.sftp_password:
279279
params["private_key_pass"] = self.sftp_password
280280
else:

0 commit comments

Comments
 (0)