We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b8588 commit 774e1e9Copy full SHA for 774e1e9
.github/workflows/try_parser.py
@@ -14,7 +14,7 @@
14
15
conf = State(get_options(), []).conf
16
17
-tox_section = [section for section in tox_ini.sections()][0]
+tox_section = next(tox_ini.sections())
18
19
core_config_set = (
20
CoreConfigSet(conf, tox_section, tox_ini_path.parent, tox_ini_path)
0 commit comments