Closed cha512 closed 1 year ago
this commit breaks plugin.
you need to change
Settings().register_setting( "fuzzable.score_weights", """ { "title" : "Override Score Weights", "description" : "Change default score weights for each metric.", "type" : "array", "elementType" : "string", "default" : {} } """.format( DEFAULT_SCORE_WEIGHTS ), )
to
Settings().register_setting( "fuzzable.score_weights", """ {{ "title" : "Override Score Weights", "description" : "Change default score weights for each metric.", "type" : "array", "elementType" : "string", "default" : {} }} """.format( DEFAULT_SCORE_WEIGHTS ), )
Sorry, I don't have time to make PR, but I wanted to let you know.
this commit breaks plugin.
you need to change
to
Sorry, I don't have time to make PR, but I wanted to let you know.