mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
merged both mine and nico's fix
This commit is contained in:
commit
7c3d7a9d31
1 changed files with 4 additions and 0 deletions
|
@ -297,8 +297,12 @@ def launchPrune(sample, binPath, thisDataPortion=None,
|
|||
cmd += " >& " + logFile
|
||||
os.system(cmd)
|
||||
|
||||
<<<<<<< HEAD
|
||||
if jobSuccessful(logFile, "NetCDF: Not a valid ID\n") or \
|
||||
jobSuccessful(logFile, "Done!"):
|
||||
=======
|
||||
if jobSuccessful(logFile, "NetCDF: Not a valid ID\n") or jobSuccessful(logFile, "Done!\n"):
|
||||
>>>>>>> 3d6fae9882fde44515a59e1144646d77bbd1a124
|
||||
print "done"
|
||||
else:
|
||||
print "FAILED!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue