a72f2c6fb7
Looping over the .keys() method of a dictionary is an anti-pattern. In fact, the method is actually creating a new list which is redundant and unnecessary. Looping over a dictionary implicitly loops over its keys. Change-Id: I937d3f060bf95bb86e50fcb5dec8def524f6208e |
||
---|---|---|
.. | ||
check_logs.py | ||
find_stack_traces.py | ||
generate-tempest-plugins-list.py | ||
generate-tempest-plugins-list.sh | ||
pretty_tox_serial.sh | ||
pretty_tox.sh | ||
skip_tracker.py | ||
with_venv.sh |