[Sugar-devel] [PATCH] make 'setup.py genpot' produce a pot without a full path in filenames #2508

Sascha Silbe sascha-ml-reply-to-2010-3 at silbe.org
Sat Nov 27 13:13:13 EST 2010


Excerpts from Simon Schampijer's message of Fri Nov 26 16:22:52 +0100 2010:

[src/sugar/activity/bundlebuilder.py]
> @@ -362,7 +362,7 @@ def cmd_genpot(config, args):
>      for root, dirs_dummy, files in os.walk(config.source_dir):
>          for file_name in files:
>              if file_name.endswith('.py'):
> -                python_files.append(os.path.join(root, file_name))
> +                python_files.append(file_name)

This is an incomplete revert of 6f210f0 [1]. Has SL#391 [2] been
addressed in a different way now?

Sascha

[1] http://git.sugarlabs.org/sugar-toolkit/mainline/commit/6f210f0e33786570fcdb8235a41c2f9009e78576
[2] https://bugs.sugarlabs.org/ticket/391
--
http://sascha.silbe.org/
http://www.infra-silbe.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://lists.sugarlabs.org/archive/sugar-devel/attachments/20101127/79c20bdb/attachment.pgp>


More information about the Sugar-devel mailing list