From 2412b7cc080ea4adfec34cabb4f881b1dd6b8566 Mon Sep 17 00:00:00 2001 From: yuckinus <40965122+yuckinus@users.noreply.github.com> Date: Thu, 25 Dec 2025 15:37:10 +0200 Subject: [PATCH] fix pybind error --- pybind/core_binding.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pybind/core_binding.cpp b/pybind/core_binding.cpp index 8c99da1a..f76e7866 100644 --- a/pybind/core_binding.cpp +++ b/pybind/core_binding.cpp @@ -48,5 +48,6 @@ PYBIND11_MODULE(core_py, m) { py::arg("session"), py::arg("output_las_name"), py::arg("as_local") = false, + py::arg("skip_ts_0") = false, "Saves point cloud data from session into a .las/.laz file."); } \ No newline at end of file