File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ def runtime_environment_args(func):
283283 default = None ,
284284 help = "Disable Python environment management for this bundle. "
285285 "Connect will not create an environment or install packages. An administrator must install the "
286- " required packages in the correct Python environment on the Connect server." ,
286+ "required packages in the correct Python environment on the Connect server." ,
287287 callback = env_management_callback ,
288288 )
289289 @click .option (
@@ -293,7 +293,7 @@ def runtime_environment_args(func):
293293 default = None ,
294294 help = "Disable R environment management for this bundle. "
295295 "Connect will not create an environment or install packages. An administrator must install the "
296- " required packages in the correct R environment on the Connect server." ,
296+ "required packages in the correct R environment on the Connect server." ,
297297 callback = env_management_callback ,
298298 )
299299 @functools .wraps (func )
You can’t perform that action at this time.
0 commit comments