mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9d8c82f19 |
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/env python3
|
||||
|
||||
import sys, os, argparse, json, shutil, tempfile, subprocess, traceback
|
||||
import sys, os, argparse, json, shutil, subprocess, traceback
|
||||
|
||||
def run_script(script_path: str) -> int:
|
||||
"""
|
||||
@@ -131,10 +131,6 @@ def uninstall_app(args: argparse.Namespace, install_path) -> int:
|
||||
return rval
|
||||
|
||||
# script constants
|
||||
utils_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
|
||||
temp_dir = tempfile.mkdtemp()
|
||||
build_dir = os.path.join(temp_dir, 'build')
|
||||
staging_dir = os.path.join(temp_dir, 'staging')
|
||||
working_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
src_path = os.path.join(working_dir, 'src')
|
||||
CONFIG_JSON = os.path.join(working_dir, 'config.json')
|
||||
|
||||
Reference in New Issue
Block a user