nfdi4plants / ARCCommander

Tool to manage your ARCs
MIT License
11 stars 9 forks source link

Add assay contacts #78

Closed omaus closed 2 years ago

omaus commented 2 years ago
omaus commented 2 years ago

Could you also check what happens if a command fails between opening and closing the assay xlsx file? If the file stays blocked by the stream, a try .. finally might be necessary

Atm. it seems that it is not possible for the code to fail since all cases are covered and the AC prints a message with closing all file streams instead of failing. But this does not mean that it is impossible in general. Therefore, I will add try finallys.