summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2015-12-08 16:30:53 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2015-12-08 16:30:53 -0800
commit488e3740c904270226dcc40afbc78d134311c0ba (patch)
tree653063575f612cb426f7312b9cf96ec8e9cf1f49 /run_module_examples.py
parenta78fb8a603c2fbafb61b39a6e0c6f0b1f4ca6474 (diff)
removed semicolon
Diffstat (limited to 'run_module_examples.py')
-rw-r--r--run_module_examples.py2
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()