Skip to content

Commit

Permalink
try new directory to launch application
Browse files Browse the repository at this point in the history
  • Loading branch information
proy30 committed Nov 22, 2024
1 parent c687a3c commit 0ac844c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/dashboard/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def start_dashboard():
Function which starts up impactx-dashboard server.
"""
repo_root = find_repo_root()
working_directory = os.path.join(repo_root, "src", "python", "impactx", "dashboard")
working_directory = os.path.join(repo_root, "src", "python", "impactx")
working_directory = os.path.normpath(working_directory)

return subprocess.Popen(
Expand Down

0 comments on commit 0ac844c

Please sign in to comment.