changed log dir

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3632 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
weisburd 2010-06-24 23:08:13 +00:00
parent fea8054e9e
commit dae3ce2c0f
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ if chr_filter:
transcript_dir = os.path.dirname(transcript_table)
logs_dir = os.path.join(transcript_dir,"logs")
logs_dir = os.path.join(transcript_dir,"logs/"+time.strftime("%Y-%m-%d"))
@ -116,7 +116,7 @@ if chr_filter:
if run:
print("Deleting any previous logs...")
os.system("rm " + os.path.join(logs_dir,"bsub_*_log.txt"))
os.system("rm " + os.path.join(logs_dir,"*_log.txt"))
os.system("mkdir " + logs_dir)