From 9e13bba17a2539266f2690f115388ac9598043c9 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Wed, 2 Mar 2016 07:17:50 -0800 Subject: ready for review --- 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 882de78..3c0e29a 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__ == "PbBreaker": + if cls.__name__ == "PbLandscape": instance = cls.example_run() print instance.get_output_file().as_dict() instance.get_output_file().s3move() -- cgit v1.2.3-70-g09d2