summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authorPepper <pepper@scannerjammer.com>2016-03-02 18:08:20 -0500
committerPepper <pepper@scannerjammer.com>2016-03-02 18:08:20 -0500
commitc952f69853241c8ee7d8fde282571f39cb7199b7 (patch)
treef75589a7cdba859e7d1c6fd7b7162e9b21c8a484 /run_module_examples.py
parentca0b113f11be55d023c739003ba7a0cf104529d2 (diff)
about to merge newfile
Diffstat (limited to 'run_module_examples.py')
-rw-r--r--run_module_examples.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_module_examples.py b/run_module_examples.py
index 882de78..8a22c10 100644
--- a/run_module_examples.py
+++ b/run_module_examples.py
@@ -3,8 +3,8 @@
from photoblaster.modules import Pb
for cls in Pb.__subclasses__():
print cls.__name__
- if cls.__name__ == "PbBreaker":
+ if cls.__name__ == "PbGradient":
instance = cls.example_run()
- print instance.get_output_file().as_dict()
instance.get_output_file().s3move()
+ print instance.get_output_file().as_dict()
instance.db_send()