Commit c6913bb5 authored by Hejing Li's avatar Hejing Li
Browse files

host/bse.py: fix class name

parent 567b98ef
...@@ -73,7 +73,7 @@ class BaseLinuxHost(FullSystemHost): ...@@ -73,7 +73,7 @@ class BaseLinuxHost(FullSystemHost):
def _concat_app_cmds( def _concat_app_cmds(
self, self,
env: expenv.ExpEnv, env: expenv.ExpEnv,
mapper: tp.Callable[[app.LinuxApplication, expenv.ExpEnv], mapper: tp.Callable[[app.BaseLinuxApplication, expenv.ExpEnv],
list[str]] list[str]]
) -> list[str]: ) -> list[str]:
""" """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment