mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 20:52:04 +00:00
Merge branch '16-imp-init3' into '16.0'
[IMP][16.0]remove unused code in ebics_init_3 See merge request Noviat/Noviat_Generic/accounting-ebics!8
This commit is contained in:
commit
6f0376fbe4
@ -471,9 +471,6 @@ class EbicsUserID(models.Model):
|
||||
raise UserError(error) from err
|
||||
|
||||
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 = (
|
||||
"_".join([self.ebics_config_id.ebics_host, "public_bank_keys", fn_date])
|
||||
|
Loading…
Reference in New Issue
Block a user