Remove qcamera.ts.gz filename (#35766)

rm
This commit is contained in:
Shane Smiskol
2025-07-18 20:20:34 -07:00
committed by GitHub
parent 1936c42ee7
commit e1fa04b678

View File

@@ -11,7 +11,7 @@ from openpilot.tools.lib.api import APIError, CommaApi
from openpilot.tools.lib.helpers import RE
QLOG_FILENAMES = ['qlog.bz2', 'qlog.zst', 'qlog']
QCAMERA_FILENAMES = ['qcamera.ts', 'qcamera.ts.gz']
QCAMERA_FILENAMES = ['qcamera.ts']
LOG_FILENAMES = ['rlog.bz2', 'raw_log.bz2', 'rlog.zst', 'rlog']
CAMERA_FILENAMES = ['fcamera.hevc', 'video.hevc']
DCAMERA_FILENAMES = ['dcamera.hevc']