save debug in context

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-11 16:59:22 +02:00
parent 794a11d866
commit f0852209f0
1 changed files with 2 additions and 0 deletions

View File

@ -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