summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2016-03-02 12:58:10 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2016-03-02 12:58:10 -0800
commitf322dc9ebbee582c8283083b887374b1c67c89d5 (patch)
tree071405eac9f31ed1e56708b288859e2aa0d9ae9f /run_module_examples.py
parent0621b7f7ab757d2b4df7fd2496f2bbf39b7cf313 (diff)
ok that works
Diffstat (limited to 'run_module_examples.py')
-rw-r--r--run_module_examples.py2
1 files changed, 1 insertions, 1 deletions
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()