Simplify path assembly to app folder
This commit is contained in:
@@ -4,7 +4,7 @@ import sys
|
|||||||
|
|
||||||
|
|
||||||
def main():
|
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)
|
subprocess.run(["bokeh", "serve", app_path, *sys.argv[1:]], check=True)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user