From 7f7b01db3295be7b653eb8d018e716b2349e60b9 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Sun, 6 Mar 2016 23:22:55 -0800 Subject: looking great --- run_module_examples.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'run_module_examples.py') diff --git a/run_module_examples.py b/run_module_examples.py index 27fd13c..1aae58c 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -4,11 +4,11 @@ from photoblaster.modules import Modules modules = Modules() for module_name in modules.list_modules(): - if module_name == "pbconcat": - print "\n\n\n" - print "running example for %s" % module_name - cls = modules.get_module(module_name) - instance = cls.example_run() - instance.get_output_file().s3move() - print instance.get_output_file().as_dict() - instance.db_send() +# if module_name == "pbconcat": + print "\n\n\n" + print "running example for %s" % module_name + cls = modules.get_module(module_name) + instance = cls.example_run() + instance.get_output_file().s3move() + print instance.get_output_file().as_dict() + instance.db_send() -- cgit v1.2.3-70-g09d2