af3b6ef3
0d3b31e6
1
2 3
4 5
6 7 8
import re def check_regex(output_version): if re.search('--no-regex', output_version): return False return True