From 480896bd416d0dfef7716508c6a10144d0fa068e Mon Sep 17 00:00:00 2001 From: Pepper Date: Sun, 27 Sep 2015 03:02:22 -0400 Subject: ready for merge and ready for publish --- run_module_examples.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'run_module_examples.py') diff --git a/run_module_examples.py b/run_module_examples.py index 7803fc0..637fd81 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -4,8 +4,9 @@ import sys sys.path.append('./lib') from pb import * for cls in Pb.__subclasses__(): - print cls.__name__ - instance = cls.example_run() - instance.file_s3move() - print instance.file_dict() - instance.db_send(); + if cls.__name__ == "PbGenerate": + print cls.__name__ + instance = cls.example_run() + instance.file_s3move() + print instance.file_dict() + instance.db_send(); -- cgit v1.2.3-70-g09d2