()
| 431 | |
| 432 | |
| 433 | def update_POT_snapshots(): |
| 434 | for _, output_file, output in extract_from_snapshots(): |
| 435 | output = normalize_POT_file(output) |
| 436 | output_file.write_text(output, encoding='utf-8') |
| 437 | |
| 438 | |
| 439 | if __name__ == '__main__': |
no test coverage detected