leave conversion of list to underlying fsproperty

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2013-12-20 11:17:43 +01:00
parent d84a43960b
commit 39f65d2ef7
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: