Skip to content

Commit 182c508

Browse files
committed
fix invalid UI file path
1 parent 488ba85 commit 182c508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arho_feature_template/gui/plan_regulation_widget.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
from arho_feature_template.core.plan_regulation_group_config import PlanRegulationDefinition
3131

32-
ui_path = resources.files(__package__) / "new_plan_regulation_widget.ui"
32+
ui_path = resources.files(__package__) / "plan_regulation_widget.ui"
3333
FormClass, _ = uic.loadUiType(ui_path)
3434

3535

0 commit comments

Comments
 (0)