Fix unnecessary whitespace in warning

Regression introduced by 3b28597 ("flake8 fixes").

Fixes https://github.com/sugarlabs/sugar-toolkit-gtk3/issues/424
master
James Cameron 5 years ago
parent 381c9b1b61
commit 90c2539135

@ -135,8 +135,8 @@ def main():
command = bundle.get_command()
if command.startswith('sugar-activity'):
if not command.startswith('sugar-activity3'):
logging.warning("Activity written for Python 2,\
consider porting to Python 3.")
logging.warning("Activity written for Python 2,"
" consider porting to Python 3.")
activity_class = command.split(" ")[1]
# when an activity is started outside sugar,

Loading…
Cancel
Save