Skip to content

Commit

Permalink
Fix marker option: discrepancies -> exclude
Browse files Browse the repository at this point in the history
Most likely, so far, this option didn't work as expected due to a typo.

Closes #85.
  • Loading branch information
dweindl committed Jan 16, 2025
1 parent 5c45e5e commit 311913d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ccompass/marker_parameters_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def show_dialog(params_old: dict[str, Any]) -> dict[str, Any]:
break

if event == "--PMM_exclude--":
marker_params["how"] = "esclude"
marker_params["how"] = "exclude"
window["--PMM_exclude--"].Update(value=True)
window["--PMM_majority--"].Update(value=False)
elif event == "--PMM_majority--":
Expand Down

0 comments on commit 311913d

Please sign in to comment.