yoronneko / qzsl6tool

QZS L6 Tool: quasi-zenith satellite L6-band tool
Other
22 stars 11 forks source link

BrokenPipeError is resolved #18

Closed yoronneko closed 10 months ago

yoronneko commented 10 months ago

As mentioned in issue, BrokenPipeError is encountered when we use pipe and terminate it. This is because the code still produces output even when the pipe is broken. This can be resolved by redirecting output to a null device.