mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
added logfile directory creation for overlapVoids
This commit is contained in:
parent
401982df5d
commit
3913a3b0c4
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ globals().update(vars(parms))
|
||||||
if not os.access(outputDir, os.F_OK):
|
if not os.access(outputDir, os.F_OK):
|
||||||
os.makedirs(outputDir)
|
os.makedirs(outputDir)
|
||||||
|
|
||||||
|
if not os.access(logDir, os.F_OK):
|
||||||
|
os.makedirs(logDir)
|
||||||
|
|
||||||
outFileName = outputDir + "/" + "voidOverlap" #+ ".dat"
|
outFileName = outputDir + "/" + "voidOverlap" #+ ".dat"
|
||||||
|
|
||||||
with open(workDir+baseSampleDir+"/sample_info.dat", 'rb') as input:
|
with open(workDir+baseSampleDir+"/sample_info.dat", 'rb') as input:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue