We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This bug doesn't affect this library, but it affects scale_lidar_io.
When callingscene.get_frame(frame_id).save() from scale_lidar_io/frame.py:460, it raises a NameError at
scene.get_frame(frame_id).save()
NameError
# Save frame with open(os.path.join(path, "frame-%s.json" % self.id), "w") as file: file.write(self.to_json(base_url))
because os is not imported.
os
scale-lidar-io. 0.1.165 scale-lidar-io-debug 0.2.0 scaleapi. 2.9.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This bug doesn't affect this library, but it affects scale_lidar_io.
When calling
scene.get_frame(frame_id).save()
from scale_lidar_io/frame.py:460, it raises aNameError
atbecause
os
is not imported.The text was updated successfully, but these errors were encountered: