mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fad6d3913e | ||
|
|
4578b8cd30 |
@@ -99,9 +99,6 @@ def handle_restart(src_path: str, install_path: str):
|
|||||||
|
|
||||||
# script constants
|
# script constants
|
||||||
utils_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
|
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__)))
|
working_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
src_path = os.path.join(working_dir, 'src')
|
src_path = os.path.join(working_dir, 'src')
|
||||||
CONFIG_JSON = os.path.join(working_dir, 'config.json')
|
CONFIG_JSON = os.path.join(working_dir, 'config.json')
|
||||||
|
|||||||
Reference in New Issue
Block a user