Skip to content

Commit 41ad469

Browse files
committed
fix comment for papi version
1 parent a8a3e8f commit 41ad469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

step-generation/src/utils/pythonFileUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import type {
4848
WasteChuteEntities,
4949
} from '../types'
5050

51-
export const PAPI_VERSION = '2.28' // latest version from api/src/opentrons/protocols/api_support/definitions.py from the RS release branch
51+
export const PAPI_VERSION = '2.28' // latest version that we need from api/src/opentrons/protocols/api_support/definitions.py, might not be the actual latest version
5252
export const PD_APPLICATION_VERSION = '8.8.0' // latest PD version to insert into DESIGNER_APPLICATION blob
5353

5454
export function pythonImports(): string {

0 commit comments

Comments
 (0)