Karol,
Is it really necessary to add warnings for partial output files? There are
about 1000 points of failure here. What I do in GaussSum is a simple "catch
all":
try:
# parse with cclib
except:
# message to user saying it couldn't be parsed, please contact support if
necessary
- Noel
|