Skip to content

Commit

Permalink
Fix a syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed Aug 7, 2019
1 parent 31c23b2 commit d0b7cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sos/hosts.py
Expand Up @@ -1226,7 +1226,7 @@ def _get_host_agent(self, start_engine: bool) -> None:

self._host_agent = self.host_instances[self.alias]
# for convenience
if hasattr(self._host_agent, '_task_engine')
if hasattr(self._host_agent, '_task_engine'):
self._task_engine = self._host_agent._task_engine

# public interface
Expand Down

0 comments on commit d0b7cdb

Please sign in to comment.