Update the global flag to signal that we are now in a matching phase.
()
| 442 | return windows_config |
| 443 | |
| 444 | def setMatchingMode(): |
| 445 | """Update the global flag to signal that we are now in a matching phase.""" |
| 446 | global matching_mode |
| 447 | |
| 448 | matching_mode = True |
| 449 | |
| 450 | def isMatching(): |
| 451 | """Return the script phase: Matching or Compilation. |