You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug with loading lock monitor's settings when it hasn't been used before.
Previously its Setting class could handle when self.data['import_paths'] wasn't set, but the Plugin class would get tripped up. To work around this, the default value for that key is set in Setting.__init__() now.
0 commit comments