[PATCH] Add an option to copy translation files to an updates.img

Chris Lumens clumens at redhat.com
Mon Apr 21 13:53:26 UTC 2014


> >>+    with open(os.path.join(srcdir + '/po/LINGUAS')) as linguas:
> Obviously I don't need os.path.join if I change my mind and just
> concatenate the paths together anyway, so I'll get rid of that part.

For your future reference, this probably wasn't going to work anyway.
From https://docs.python.org/2/library/os.path.html:

   If any component is an absolute path, all previous components (on
   Windows, including the previous drive letter, if there was one) are
   thrown away, and joining continues.

- Chris


More information about the anaconda-patches mailing list