From f322dc9ebbee582c8283083b887374b1c67c89d5 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Wed, 2 Mar 2016 12:58:10 -0800 Subject: ok that works --- 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 3c0e29a..882de78 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -3,7 +3,7 @@ from photoblaster.modules import Pb for cls in Pb.__subclasses__(): print cls.__name__ - if cls.__name__ == "PbLandscape": + if cls.__name__ == "PbBreaker": instance = cls.example_run() print instance.get_output_file().as_dict() instance.get_output_file().s3move() -- cgit v1.2.3-70-g09d2