SVN commit 432414 by dfaure: tell me what the problem is *before* raising the exception M +1 -1 amfile.py --- trunk/kdenonbeta/unsermake/amfile.py #432413:432414 @@ -378,8 +378,8 @@ try: lines = open(filename, 'r').readlines() except IOError, e: + print "No such file: ", filename raise e - print "No such file: ", filename sys.exit(1) ret = [] for line in lines: