expose target host from config
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
919f67184a
commit
26278b1e32
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ class Config:
|
|||
debug=False):
|
||||
|
||||
self.target_host = target_host
|
||||
os.environ['target_host'] = target_host
|
||||
|
||||
self.debug = debug
|
||||
self.exec_path = exec_path
|
||||
|
||||
|
|
Loading…
Reference in a new issue