DekaAthlos / TINF19C-ModellingWizard

Modelling Wizard for Device Descriptions
3 stars 3 forks source link

BUG120: deletes all non amlx files #43

Closed inf19205 closed 3 years ago

inf19205 commented 3 years ago

If the user opens an amlx file (test.amlx) in the directory of the file a temporary file with .aml is created (file.aml). After saving the file a new amlx file is created and the temporary aml file is deleted. The logic that deletes the temporary .aml file delets all files not ending with .amlx in the directory. This should be prevented and only the temporary .aml file should be deleted.

inf19205 commented 3 years ago

This bug appears also if the user creates a new file and saves it.

PhillipTr01 commented 3 years ago

Fixed.