horizon/openstack_dashboard/dashboards/project
Akihiro Motoki 74df97f57c pylint: Fix unnecessary-comprehension warning
'unnecessary-comprehension' warning is emitted when
unnecessary use of a comprehension is found.

classes attribute in Action can be a tuple,
so we need list() to ensure it is a list before adding 'disabled'.
I think it is time to introduce a method in Action class or somewhere
but it should be handled separately.

Change-Id: I16a98d56b6d0bd0af234b00735c6ed576620df7e
2020-09-27 12:44:16 +09:00
..
api_access Add auth_type to template context for openrc file rendering 2020-04-09 09:19:47 +00:00
backups Add pages menu to volume backups pagination 2020-05-28 16:21:45 +00:00
containers Cleanup unused util functions 2019-06-21 15:10:57 +00:00
floating_ips pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
images pylint: Address no-else-continue/no-else-raise warnings 2020-09-27 12:44:16 +09:00
instances pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
key_pairs pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
network_qos Fix W503 warnings 2018-04-11 18:13:47 +09:00
network_topology Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
networks pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
overview Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
routers pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
security_groups pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
server_groups Fix W503 warnings 2018-04-11 18:13:47 +09:00
snapshots Add Unit Test for cinder-user-facing messages 2020-09-25 10:51:46 +09:00
static/dashboard/project Make getPorts and setBreadcrumb tests work 2020-09-11 12:58:39 -05:00
trunks Fix W503 warnings 2018-04-11 18:13:47 +09:00
vg_snapshots pylint: Address no-else-continue/no-else-raise warnings 2020-09-27 12:44:16 +09:00
volume_groups pylint: Address no-else-return warning 2020-09-27 12:44:16 +09:00
volumes pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
dashboard.py Bump hacking to 1.1.0 2018-11-10 16:44:25 +09:00