Skip to content

Use context manager for locks

This MR modifies the GWDataFindApp methods to use the contextmanager syntax for acquiring/releasing locks, rather than the manual method calls. This is cleaner and more reliable.

Merge request reports