Skip to content
Snippets Groups Projects
Commit 4b1ba06b authored by Sander ter Veen's avatar Sander ter Veen
Browse files

Added removal of TMSS generated data.

parent af7d5ce7
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,7 @@ def create_html_main(argv): ...@@ -179,7 +179,7 @@ def create_html_main(argv):
main_index_html(plot_root = options.plot_root, main_index_html(plot_root = options.plot_root,
html_root = options.html_root) html_root = options.html_root)
for start_num in [4,5,6,7,8,9]: for start_num in [2,3,4,5,6,7,8,9]:
os.system("cd /globaldata/inspect/; for sas in `find . -maxdepth 1 -mindepth 1 -iname \"%d*\" -ctime +21|sed -e 's/\.\///g'|sort`; do echo $sas ;rm -rf $sas HTML/$sas; done; " % start_num) os.system("cd /globaldata/inspect/; for sas in `find . -maxdepth 1 -mindepth 1 -iname \"%d*\" -ctime +21|sed -e 's/\.\///g'|sort`; do echo $sas ;rm -rf $sas HTML/$sas; done; " % start_num)
return 0 return 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment