Skip to content

Commit

Permalink
changed template_dir to BADGER_PLUGIN_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellans authored and zhe-slac committed Mar 4, 2025
1 parent cf9d019 commit f7587a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/badger/gui/acr/components/routine_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def __init__(self):
self.env_box.relative_to_curr.setChecked(True)

# Template path
# template_dir = os.path.join(self.BADGER_PLUGIN_ROOT, "templates")
self.template_dir = "/home/physics/mlans/workspace/badger_test/Badger/src/badger/built_in_plugins/templates"
self.template_dir = os.path.join(self.BADGER_PLUGIN_ROOT, "templates")
# self.template_dir = "/home/physics/mlans/workspace/badger_test/Badger/src/badger/built_in_plugins/templates"

def init_ui(self):
config_singleton = init_settings()
Expand Down

0 comments on commit f7587a3

Please sign in to comment.