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 1d85bd9 commit 862a1d4Copy full SHA for 862a1d4
script/get-dataset-waymo-calibration/customize.py
@@ -14,7 +14,7 @@ def preprocess(i):
14
if env.get('MLC_DATASET_WAYMO_CALIBRATION_PATH', '') != '':
15
if not os.path.exists(env['MLC_DATASET_WAYMO_CALIBRATION_PATH']):
16
return {
17
- 'return': 1, 'error': f"Path {env['MLC_DATASET_WAYMO_CALIBRATION_PATH']} does not exists!"}
+ 'return': 1, 'error': f"Path {env['MLC_DATASET_WAYMO_CALIBRATION_PATH']} does not exist!"}
18
else:
19
env['MLC_TMP_REQUIRE_DOWNLOAD'] = "yes"
20
0 commit comments