diff options
Diffstat (limited to 'run_module_examples.py')
| -rw-r--r-- | run_module_examples.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_module_examples.py b/run_module_examples.py index 838934d..82d35ea 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -7,4 +7,4 @@ for cls in Pb.__subclasses__(): instance = cls.example_run() instance.file_s3move() print instance.file_dict() - instance.db_send(); + instance.db_send() |
