Skip to content

Commit 862a1d4

Browse files
committed
fix sentence
1 parent 1d85bd9 commit 862a1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/get-dataset-waymo-calibration/customize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def preprocess(i):
1414
if env.get('MLC_DATASET_WAYMO_CALIBRATION_PATH', '') != '':
1515
if not os.path.exists(env['MLC_DATASET_WAYMO_CALIBRATION_PATH']):
1616
return {
17-
'return': 1, 'error': f"Path {env['MLC_DATASET_WAYMO_CALIBRATION_PATH']} does not exists!"}
17+
'return': 1, 'error': f"Path {env['MLC_DATASET_WAYMO_CALIBRATION_PATH']} does not exist!"}
1818
else:
1919
env['MLC_TMP_REQUIRE_DOWNLOAD'] = "yes"
2020

0 commit comments

Comments
 (0)