diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2011-10-10 10:55:22 -0400 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2011-10-10 10:55:22 -0400 |
commit | 1c34bc4c268775b1cc06b6c8b4f22c75fd4ee28a (patch) | |
tree | 5474f7fcec3d001f675ea7655bc11f3086a032a4 /scripts/steuermann_report.cgi | |
parent | abebc55cdd7cc2f9bf150cf4197ed6c4744de964 (diff) | |
download | steuermann-1c34bc4c268775b1cc06b6c8b4f22c75fd4ee28a.tar.gz |
checkpoint
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@442 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'scripts/steuermann_report.cgi')
-rw-r--r-- | scripts/steuermann_report.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/steuermann_report.cgi b/scripts/steuermann_report.cgi index ba99a8d..2c07c70 100644 --- a/scripts/steuermann_report.cgi +++ b/scripts/steuermann_report.cgi @@ -179,6 +179,7 @@ elif action == 'delete' : filename = '%s/run/%s'%(steuermann.config.logdir,run) print "rm -rf ",filename c.execute("DELETE FROM sm_runs WHERE run LIKE ?",(in_run,)) + c.execute("DELETE FROM sm_status WHERE run LIKE ?",(in_run,)) db.commit() sys.exit(0) |