aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-22 17:23:43 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-09-22 17:23:43 +0530
commita53505f8935fecedbc91589ab49002ee80f0bfa6 (patch)
tree34555d270b5c8f55f5d9862a3f985648c0fe747b
parenta2266a50645b771d2be166f9d6e1fb3d68c7dcf4 (diff)
commenting email test
-rw-r--r--tests/backendTest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/backendTest.py b/tests/backendTest.py
index 12cefad..15c3f46 100644
--- a/tests/backendTest.py
+++ b/tests/backendTest.py
@@ -103,6 +103,6 @@ with tempfile.TemporaryDirectory() as directory:
z = "Curie_Web_Result_"+str(jobID)
zi = os.path.join(f,z)
make_archive(zi, 'zip', directory)
- email(zi)
+ #email(zi)
mycursor.execute('UPDATE curieweb set done=1 where id="%s"' % (jobID))
mycon.commit()