We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd66bdb commit ee42567Copy full SHA for ee42567
cvat/apps/engine/cloud_provider.py
@@ -470,7 +470,7 @@ class _HeaderFirstPcdDownloader(HeaderFirstDownloader):
470
def try_parse_header(self, header):
471
pcd_parser = PcdReader()
472
file = header
473
- file_ext = os.path.splitext(file.name)[1].lower()
+ file_ext = os.path.splitext(file.filename)[1].lower()
474
475
if file_ext == ".bin":
476
# We need to ensure the file is a valid .bin file
0 commit comments