Files
picard/test
Bob Swift c046c0ad23 Miscellaneous style cleanup items
In `picard/ui/profileeditor.py`:
- Remove unnecessary `deepcopy()`.
- Use `set.difference()` for comparing key sets.
- Add explanation for creating missing key in
`get_settings_for_profile()` method.
- Move `settings` declaration into `if` section where it is used.
- Remove unnecessary `.keys()` call when creating set of profile IDs.
- Use `set.difference()` for comparing setting sets.
- Remove unnecessary `self.loading` check.
- Add class constant for which QTreeWidgetItem column to use.

In test/test_profiles.py:
- Use keys defined in `SettingConfigSection` class.
2021-06-26 08:51:12 -06:00
..
2020-02-24 10:25:09 +01:00
2020-02-24 10:25:09 +01:00
2020-02-24 10:25:09 +01:00
2020-02-24 10:25:09 +01:00
2020-02-24 10:25:09 +01:00
2020-02-24 10:25:09 +01:00
2021-06-13 17:45:21 -06:00
2020-02-24 10:25:09 +01:00
2020-02-24 10:25:09 +01:00
2021-06-03 13:20:42 +02:00