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.
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.