On Fri, Jan 31, 2014 at 11:46 AM, Jose A. Lopes <[email protected]> wrote: > Signed-off-by: Jose A. Lopes <[email protected]> > --- > lib/utils/io.py | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/lib/utils/io.py b/lib/utils/io.py > index 9ef37e9..0bb029f 100644 > --- a/lib/utils/io.py > +++ b/lib/utils/io.py > @@ -1,7 +1,7 @@ > # > # > > -# Copyright (C) 2006, 2007, 2010, 2011, 2012 Google Inc. > +# Copyright (C) 2006, 2007, 2010, 2011, 2012, 2014 Google Inc. > # > # This program is free software; you can redistribute it and/or modify > # it under the terms of the GNU General Public License as published by > @@ -100,6 +100,7 @@ def ReadFile(file_name, size=-1, preread=None): > @param preread: Function called before file is read > @rtype: str > @return: the (possibly partial) content of the file > + @raise IOError: if the file cannot be opened > > """ > f = open(file_name, "r") > -- > 1.8.5.3 >
LGTM, thanks. Michele -- Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
