Skip to content

Commit

Permalink
wip4
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jan 4, 2024
1 parent e28d84c commit caf64ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pdal/libpdalpython.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ namespace pdal {
void delExecutor() { _executor.reset(); }

PipelineExecutor* getExecutor() {
py::gil_scoped_acquire acquire;
if (!_executor)
_executor.reset(new PipelineExecutor(getJson(), _inputs, _loglevel));
return _executor.get();
Expand Down

0 comments on commit caf64ff

Please sign in to comment.