Skip to content

Commit befa82f

Browse files
committed
Minor Fix.
1 parent aa2fc50 commit befa82f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sebs/sebs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ def get_deployment(
116116

117117
# FIXME: future annotations, requires Python 3.7+
118118
handlers = self.generate_logging_handlers(logging_filename)
119-
if not dep_config:
119+
if not deployment_config:
120120
deployment_config = Config.deserialize(dep_config, self.cache_client, handlers)
121+
121122
deployment_client = implementations[name](
122123
self._config,
123124
deployment_config, # type: ignore

0 commit comments

Comments
 (0)