File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ def make_html_manifest(
635635 "appmode" : "static" ,
636636 "primary_html" : filename ,
637637 },
638- }
638+ } # type: typing.Dict[str, typing.Any]
639639
640640 if image or env_management_py is not None or env_management_r is not None :
641641 manifest ["environment" ] = {}
Original file line number Diff line number Diff line change @@ -261,8 +261,8 @@ def runtime_environment_args(func):
261261 @click .option (
262262 "--image" ,
263263 "-I" ,
264- help = "Target image to be used during content build and execution. This option is only applicable if the Connect "
265- "server is configured to use off-host execution." ,
264+ help = "Target image to be used during content build and execution. "
265+ "This option is only applicable if the Connect server is configured to use off-host execution." ,
266266 )
267267 @click .option (
268268 "--disable-env-management" ,
You can’t perform that action at this time.
0 commit comments