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 aa2fc50 commit befa82fCopy full SHA for befa82f
sebs/sebs.py
@@ -116,8 +116,9 @@ def get_deployment(
116
117
# FIXME: future annotations, requires Python 3.7+
118
handlers = self.generate_logging_handlers(logging_filename)
119
- if not dep_config:
+ if not deployment_config:
120
deployment_config = Config.deserialize(dep_config, self.cache_client, handlers)
121
+
122
deployment_client = implementations[name](
123
self._config,
124
deployment_config, # type: ignore
0 commit comments