mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
fix so that end of prunevoids is correctly detected
This commit is contained in:
parent
971cf21ea2
commit
3ca6699603
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ def launchPrune(sample, binPath, thisDataPortion=None,
|
|||
cmd += " >& " + logFile
|
||||
os.system(cmd)
|
||||
|
||||
if jobSuccessful(logFile, "NetCDF: Not a valid ID\n") or jobSuccessful(logFile, "Done!") or jobSuccessful(logFile, ""):
|
||||
if jobSuccessful(logFile, "NetCDF: Not a valid ID\n") or jobSuccessful(logFile, "Done!\n"):
|
||||
print "done"
|
||||
else:
|
||||
print "FAILED!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue