save debug in context
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
794a11d866
commit
f0852209f0
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ class Context(object):
|
|||
exec_path=sys.argv[0],
|
||||
debug=False):
|
||||
|
||||
self.debug = debug
|
||||
|
||||
self.target_host = target_host
|
||||
|
||||
# Only required for testing
|
||||
|
|
Loading…
Reference in a new issue