Remove empty xbmc.log line when using python print
#1
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
Reply
#2
what happens when you add a comma at the end?

print "this line",
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#3
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
Reply
#4
(nuka1195 @ aug. 07 2005,23:44 Wrote: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! Image
Reply
#5
:bump:
Reply

Logout Mark Read Team Forum Stats Members Help
Remove empty xbmc.log line when using python print0