[umbrello-devel] [umbrello] [Bug 331484] Error on generating Python code repositories

Erik Rakhorst erik.rakhorst at gmail.com
Fri Apr 18 22:25:18 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=331484

--- Comment #1 from Erik Rakhorst <erik.rakhorst at gmail.com> ---
Created attachment 86160
  --> https://bugs.kde.org/attachment.cgi?id=86160&action=edit
do not enforce first capital letter for python packages.

I received the same error for some packages that were written in all lowercase.
After exploring the code I discovered that a naming convention is enforced
during the export. The first letter of a package is always converted to a
capital letter.

For me this is not te place to enforce this. After removing the code that does
that I could succesfully generate my project without errors. 

Attached is a patch with my changes.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list