Skip to content

Commit 548c2fa

Browse files
Update src/python/dxpy/cli/parsers.py
Co-authored-by: Yuxin Shi <[email protected]>
1 parent 6cfb2b1 commit 548c2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/dxpy/cli/parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def check_system_requirements(sys_reqs, context="systemRequirements"):
229229
if isinstance(reqs, dict) and 'instanceTypeSelector' in reqs:
230230
raise DXParserError(
231231
'instanceTypeSelector cannot be specified in runtime --extra-args. '
232-
'It must be defined in the dxapp.json at build time.'
232+
'It can only be defined in the dxapp.json at build time.'
233233
)
234234

235235
if 'systemRequirements' in args.extra_args:

0 commit comments

Comments
 (0)