Fix class constructor

Change-Id: Ifd62759b23b9efb0c9cd92808007ab327f857bd2
This commit is contained in:
Federico Ressi 2019-10-03 08:58:56 +02:00
parent 16032b26f7
commit f45ac0c119

View File

@ -44,7 +44,7 @@ class OsFaultsConfigFileFixture(tobiko.SharedFixture):
self.templates_dir = os.path.join(os.path.dirname(__file__), self.templates_dir = os.path.join(os.path.dirname(__file__),
'templates') 'templates')
if config is not None: if config is not None:
config = config self.config = config
if config_filename is not None: if config_filename is not None:
self.config_filename = config_filename self.config_filename = config_filename
if template_filename is not None: if template_filename is not None: