We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a48521 commit d0ccb57Copy full SHA for d0ccb57
jina/serve/executors/__init__.py
@@ -606,7 +606,8 @@ def _validate_csp(self):
606
if (
607
not hasattr(self, 'runtime_args')
608
or not hasattr(self.runtime_args, 'provider')
609
- or self.runtime_args.provider not in (ProviderType.SAGEMAKER.value, ProviderType.GCP.value)
+ or self.runtime_args.provider
610
+ not in (ProviderType.SAGEMAKER.value, ProviderType.GCP.value)
611
):
612
return
613
0 commit comments