Simplify path assembly to app folder
This commit is contained in:
parent
bff44a7461
commit
14d122b947
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user