On Tue, Apr 17, 2007 at 07:05:27PM +0200, Frederic Peters wrote: > > > File "./locators/gtkdoc.py", line 259, in __bootstrap > > > os.utime(tracestamp) > > > TypeError: utime() takes exactly 2 arguments (1 given) > > > > Probably need to change it to os.utime(tracestamp, None); I have > > commit access, ok to commit ? > > (I now see it has already been fixed, sorry for the noise).
Yeah, I assumed the 2nd argument was optional (adding a None is useless IMO). -- Regards, Olav _______________________________________________ gnome-web-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-web-list
