summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2016-03-01 21:29:05 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2016-03-01 21:29:05 -0800
commitdae34ec90053189eccaa03707f216f7ad3264e84 (patch)
tree24f7b52246c445e4ee9d2b1d7b0570f8d701e0b9 /run_module_examples.py
parentbbc58ea395a62bb5e27a377f73ce586db7296d64 (diff)
ok wrapping it up
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 4f99e9a..882de78 100644
--- a/run_module_examples.py
+++ b/run_module_examples.py
@@ -5,6 +5,6 @@ for cls in Pb.__subclasses__():
print cls.__name__
if cls.__name__ == "PbBreaker":
instance = cls.example_run()
- print instance.output_file.as_dict()
- instance.output_file.s3move()
+ print instance.get_output_file().as_dict()
+ instance.get_output_file().s3move()
instance.db_send()