sugarlabs / sugar-toolkit-gtk3

Sugar Learning Environment, Activity Toolkit, GTK 3.
GNU Lesser General Public License v2.1
21 stars 80 forks source link

Warnings contain unnecessary whitespace #424

Closed nswarup14 closed 5 years ago

nswarup14 commented 5 years ago

On running sugar-activity, the warning that's thrown is

Activity written for Python 2, consider porting to Python 3

However after, https://github.com/sugarlabs/sugar-toolkit-gtk3/commit/3b28597486951c225239c220def190377ee1739f, there are several whitespaces between the words and the warnings are displayed as

Activity written for Python 2,                  consider porting to Python 3

It is possible that the whitespaces may have been introduced in other places as well.