diff options
Diffstat (limited to 'run_module_examples.py')
| -rw-r--r-- | run_module_examples.py | 4 |
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() |
