Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 14d122b9 authored by usov_i's avatar usov_i
Browse files

Simplify path assembly to app folder

parent bff44a74
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import sys
def main():
app_path = os.path.join(os.path.dirname(os.path.abspath(__file__)))
app_path = os.path.dirname(os.path.abspath(__file__))
subprocess.run(["bokeh", "serve", app_path, *sys.argv[1:]], check=True)
......
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