Skip to content

Commit

Permalink
removed optional lock which causes error
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVerhaert committed Nov 29, 2024
1 parent 81f09d6 commit 34825ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/openeo_gfmap/manager/job_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ def __init__(
self._catalogue_cache = output_dir / "catalogue_cache.bin"

self.stac = stac
if stac is not None:
self.lock = Lock()
self.lock = Lock()
self.stac_enabled = stac_enabled
self.collection_id = collection_id
self.collection_description = collection_description
Expand Down

0 comments on commit 34825ff

Please sign in to comment.