Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2538b5d

Browse files
committed
delete "\r" in windows command output.
1 parent87469c4 commit2538b5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎tests/helpers/ptrack_helpers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,8 @@ def run_pb(self, command, asynchronous=False, gdb=False, old_binary=False, retur
982982
else:
983983
returnself.output
984984
exceptsubprocess.CalledProcessErrorase:
985-
raiseProbackupException(e.output.decode('utf-8'),self.cmd)
985+
raiseProbackupException(e.output.decode('utf-8').replace("\r",""),
986+
self.cmd)
986987

987988
defrun_binary(self,command,asynchronous=False,env=None):
988989

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp