diff options
Diffstat (limited to 'tests/backendTest.py')
-rw-r--r-- | tests/backendTest.py | 2 |
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() |