mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 20:52:04 +00:00
[IMP][16.0]remove unused code in ebics_init_3
This commit is contained in:
parent
90be4abc83
commit
ba88836501
@ -471,9 +471,6 @@ class EbicsUserID(models.Model):
|
|||||||
raise UserError(error) from err
|
raise UserError(error) from err
|
||||||
|
|
||||||
public_bank_keys = public_bank_keys.encode()
|
public_bank_keys = public_bank_keys.encode()
|
||||||
tmp_dir = os.path.normpath(self.ebics_config_id.ebics_keys + "/tmp")
|
|
||||||
if not os.path.isdir(tmp_dir):
|
|
||||||
os.makedirs(tmp_dir, mode=0o700)
|
|
||||||
fn_date = fields.Date.today().isoformat()
|
fn_date = fields.Date.today().isoformat()
|
||||||
fn = (
|
fn = (
|
||||||
"_".join([self.ebics_config_id.ebics_host, "public_bank_keys", fn_date])
|
"_".join([self.ebics_config_id.ebics_host, "public_bank_keys", fn_date])
|
||||||
|
Loading…
Reference in New Issue
Block a user