diff options
| author | Pepper <pepper@scannerjammer.com> | 2016-04-29 02:24:35 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2016-04-29 02:24:35 -0400 |
| commit | 5187863631f60c17008c4c1dd136662c003f7bd5 (patch) | |
| tree | 460c9f8506fd93a75bbcf58d7981598f26d6af35 /run_module_examples.py | |
| parent | cfc6b14832d080531b7ccc693efec74743853d5c (diff) | |
ok fixed a bug
Diffstat (limited to 'run_module_examples.py')
| -rw-r--r-- | run_module_examples.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_module_examples.py b/run_module_examples.py index 27fd13c..a682ab7 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -4,7 +4,7 @@ from photoblaster.modules import Modules modules = Modules() for module_name in modules.list_modules(): - if module_name == "pbconcat": + if module_name == "pbpattern": print "\n\n\n" print "running example for %s" % module_name cls = modules.get_module(module_name) |
