mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
wrangler python child: explicitly close stdout+stderr.
Hopefully this will avoid any more hanging issues.
This commit is contained in:
parent
5880bf9020
commit
6cdf2b2389
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ def main():
|
|||
|
||||
|
||||
convert(args.input, args.output)
|
||||
sys.stderr.close()
|
||||
sys.stdout.close()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue