From 4ebeb643da6419835e9ac3adb731e38a8ec9c7b4 Mon Sep 17 00:00:00 2001 From: Pepper Date: Sat, 26 Sep 2015 04:14:44 -0400 Subject: reworked some more --- run_module_examples.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'run_module_examples.py') diff --git a/run_module_examples.py b/run_module_examples.py index 9a6ab10..050288a 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -3,7 +3,8 @@ 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__ == 'PbPattern': + instance = cls.example_run() + instance.file_s3move() + print instance.file_dict() + instance.db_send(); -- cgit v1.2.3-70-g09d2