mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
fixed bug for data unit, and fixed bug for detecting completion of pruning
This commit is contained in:
parent
ed3f18f6d0
commit
9c10c3714f
2 changed files with 4 additions and 2 deletions
|
@ -287,7 +287,7 @@ def launchPrune(sample, binPath, thisDataPortion=None,
|
|||
cmd += " >& " + logFile
|
||||
os.system(cmd)
|
||||
|
||||
if jobSuccessful(logFile, "NetCDF: Not a valid ID\n"):
|
||||
if jobSuccessful(logFile, "NetCDF: Not a valid ID\n") or jobSuccessful(logFile, "Done!"):
|
||||
print "done"
|
||||
else:
|
||||
print "FAILED!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue