Nothing Special   »   [go: up one dir, main page]

60
I Use This!
High Activity

Commits : Individual Commit

Analyzed 2 days ago. based on code collected 2 days ago.

Commit ID d68ca07bfa34fade740ce441b46dba7baa254ff2

Contributor: Laurent Monin Files Modified 1
Date: 05-November-2024 at 09:10 Lines Added: 1
Repository: https://github.com/musicbrainz/picard master Lines Removed: 0
Commit Comment: TestPluginFunctions: ensure we call parent setUp() before using `config.config` ``` setting = {'enabled_plugins': []}, persist = None, profiles = None @staticmethod def set_config_values(setting=None, persist=None, profiles=None): if setting: for key, value in setting.items(): > config.config.setting[key] = value E AttributeError: 'NoneType' object has no attribute 'setting' test/picardtestcase.py:110: AttributeError ```

Changes by Language

Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
  Python 1 0 0 0 0 0

Changes by File

File Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
test/test_plugins.py Python 1 0 0 0 0 0