We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082dca3 commit ff512baCopy full SHA for ff512ba
impacket/tds.py
@@ -1180,7 +1180,7 @@ def printRows(self):
1180
for row in self.rows:
1181
for col in self.colMeta:
1182
self.__rowsPrinter.logMessage(col['Format'] % row[col['Name']] + self.COL_SEPARATOR)
1183
- self.__rowsPrinter.logMessage('\n')
+ self.__rowsPrinter.logMessage('\r')
1184
1185
def printReplies(self, error_logger=LOG.error, info_logger=LOG.info):
1186
for keys in list(self.replies.keys()):
0 commit comments