Merge remote-tracking branch 'steven/issue/240'

This commit is contained in:
Nico Schottelius 2013-12-20 21:24:08 +01:00
commit fcbb27a648
1 changed files with 0 additions and 2 deletions

View File

@ -143,8 +143,6 @@ class Emulator(object):
self.parameters = {}
for key,value in vars(self.args).items():
if value is not None:
if isinstance(value, list):
value = '\n'.join(value)
self.parameters[key] = value
if self.cdist_object.exists: