mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 07:00:35 +00:00 
			
		
		
		
	[IMP][16.0]remove unused code in ebics_init_3
This commit is contained in:
		@@ -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])
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user