Removed debug information
This commit is contained in:
parent
8239c96278
commit
1cf5c64fdc
|
|
@ -280,7 +280,6 @@ class SysCommandWorker:
|
||||||
raise AssertionError(f"SysCommandWorker().write() requires bytes data to be written, not type({type(data)}).")
|
raise AssertionError(f"SysCommandWorker().write() requires bytes data to be written, not type({type(data)}).")
|
||||||
|
|
||||||
self.make_sure_we_are_executing()
|
self.make_sure_we_are_executing()
|
||||||
|
|
||||||
if self.child_fd:
|
if self.child_fd:
|
||||||
written_data = os.write(self.child_fd, data + (b'\n' if line_ending else b''))
|
written_data = os.write(self.child_fd, data + (b'\n' if line_ending else b''))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue