Closed bessman closed 4 years ago
On a related note, perhaps the database should not be written to a file automatically. The user might have read permission to the directory where the a2l-file is, but not write permission. How about adding a save
-method to pya2l.DB with which the user can choose if and where to save the a2ldb-file?
As a first step I will add an 'in_memory' option.
Currently, a2l-files can only be imported from the working directory. After this change they can be imported from any directory. The a2ldb-file will be generated in the same directory as the a2l-file, i.e. same as the current behavior.
Types of changes