summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authorPepper <pepper@scannerjammer.com>2016-03-02 18:08:32 -0500
committerPepper <pepper@scannerjammer.com>2016-03-02 18:08:32 -0500
commit0e49b5974203c62bcd1edde1a83e73515358920c (patch)
treef75589a7cdba859e7d1c6fd7b7162e9b21c8a484 /run_module_examples.py
parent8b961caa2031c672973645565bd71d120024539c (diff)
parentc952f69853241c8ee7d8fde282571f39cb7199b7 (diff)
merging
Merge branch '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 82d35ea..8a22c10 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__ == "PbGradient":
instance = cls.example_run()
- instance.file_s3move()
- print instance.file_dict()
+ instance.get_output_file().s3move()
+ print instance.get_output_file().as_dict()
instance.db_send()