mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +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
|
cmd += " >& " + logFile
|
||||||
os.system(cmd)
|
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"
|
print "done"
|
||||||
else:
|
else:
|
||||||
print "FAILED!"
|
print "FAILED!"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue