()
| 630 | |
| 631 | |
| 632 | def update_POT_snapshots(): |
| 633 | for _, output_file, output in extract_from_snapshots(): |
| 634 | output = normalize_POT_file(output) |
| 635 | output_file.write_text(output, encoding='utf-8') |
| 636 | |
| 637 | |
| 638 | if __name__ == '__main__': |
no test coverage detected
searching dependent graphs…