summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2016-03-01 13:30:58 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2016-03-01 13:30:58 -0800
commit46681c0088ac43d4d626e793d09583173f3c0ba7 (patch)
treebe3906afa574b7743fe1cf132bb04ebb92cdafe5 /run_module_examples.py
parentbe1c2e1158410fffb4fa73c92f25f6cd0730dbe1 (diff)
good first version works
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..779a6e8 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()
+ print instance.newfile.as_dict()
+ instance.newfile.s3move()
instance.db_send()