From fc5bfb3aaa82628e831f5a3d2c7a2dfc4e54f8bb Mon Sep 17 00:00:00 2001 From: Pepper Date: Sat, 3 Oct 2015 01:14:19 -0400 Subject: fixed some minor bugs --- run_module_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_module_examples.py') diff --git a/run_module_examples.py b/run_module_examples.py index 637fd81..4e59475 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -4,7 +4,7 @@ import sys sys.path.append('./lib') from pb import * for cls in Pb.__subclasses__(): - if cls.__name__ == "PbGenerate": + if cls.__name__ == "PbGradient": print cls.__name__ instance = cls.example_run() instance.file_s3move() -- cgit v1.2.3-70-g09d2