PDA

View Full Version : Remove empty xbmc.log line when using python print


Bernd
2005-08-07, 21:32
when using a print statement in python a log entry of level info is created.
after that log line an additional empty info line is appended.

it would be nice if the additional empty log-line could be removed.

this is a pure cosmetic issue. thats why i posted it here.

bernd

Nuka1195
2005-08-08, 00:44
what happens when you add a comma at the end?

print "this line",

Bernd
2005-08-09, 01:17
haven't tried yet (but will soon)

when i remember right the "," means no newline after the output?

but since i do most part of script development on pc it would be unreadable on pc.

bernd

Bernd
2005-08-10, 00:15
what happens when you add a comma at the end?

print "this line",
adding a comma at the end of the print statement does not remove the empty info line! http://www.xboxmediaplayer.de/forums/non-cgi/emoticons/cry.gif

Bernd
2005-08-16, 01:57
:bump: