mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-02 20:54:23 +01:00
We were triggering a second exception in the directory cleanup step by attempting to access a field that'd only be set upon entering the test code itself. That error did not contribute to the problem resolution, so now we check whether that field is set before accessing it. Signed-off-by: Christian Decker <decker.christian@gmail.com>