We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c869a commit 5542b96Copy full SHA for 5542b96
1 file changed
lib/python/qtvcp/lib/machine_log.py
@@ -20,6 +20,8 @@ def __init__(self):
20
self.mlp = os.path.expanduser(INFO.MACHINE_LOG_HISTORY_PATH)
21
22
def log_it(self, w, message, option=None):
23
+ message =message.rstrip('\n')
24
+
25
if option == 'TIME':
26
self.log_message_time(message)
27
elif option == 'DATE':
0 commit comments