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(
635
635
"appmode" : "static" ,
636
636
"primary_html" : filename ,
637
637
},
638
- }
638
+ } # type: typing.Dict[str, typing.Any]
639
639
640
640
if image or env_management_py is not None or env_management_r is not None :
641
641
manifest ["environment" ] = {}
Original file line number Diff line number Diff line change @@ -261,8 +261,8 @@ def runtime_environment_args(func):
261
261
@click .option (
262
262
"--image" ,
263
263
"-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." ,
266
266
)
267
267
@click .option (
268
268
"--disable-env-management" ,
You can’t perform that action at this time.
0 commit comments