From dae34ec90053189eccaa03707f216f7ad3264e84 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Tue, 1 Mar 2016 21:29:05 -0800 Subject: ok wrapping it up --- run_module_examples.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run_module_examples.py') diff --git a/run_module_examples.py b/run_module_examples.py index 4f99e9a..882de78 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -5,6 +5,6 @@ for cls in Pb.__subclasses__(): print cls.__name__ if cls.__name__ == "PbBreaker": instance = cls.example_run() - print instance.output_file.as_dict() - instance.output_file.s3move() + print instance.get_output_file().as_dict() + instance.get_output_file().s3move() instance.db_send() -- cgit v1.2.3-70-g09d2