Skip to content
Snippets Groups Projects
Verified Commit 17632adb authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add missing docstring for IgnoreSolveOption

parent 962825e0
No related branches found
No related tags found
1 merge request!389Add data check system
Pipeline #5034 failed
......@@ -46,6 +46,7 @@ class SolveOption:
class IgnoreSolveOption(SolveOption):
"""Mark the object with data issues as solved."""
name = "ignore"
verbose_name = _("Ignore problem")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment