Skip to content
Snippets Groups Projects
Commit 881777c8 authored by Blake Fitch's avatar Blake Fitch
Browse files

pull RDS_Samba path from ENV VARS

parent deaf7535
No related branches found
No related tags found
No related merge requests found
# python configuration definitions for MrData iRODS structure # python configuration definitions for MrData iRODS structure
# NEED TO GET RID OF THIS STYLE OF CONF
# mount point of the landing zone # mount point of the landing zone
lz_basepath = "/RDS_Samba" #lz_basepath = "/RDS_Samba"
import os
lz_basepath = os.environ.get("MRDENV_MRI_ETL_PATH_DICOM_LZ")
# uploader log file path # uploader log file path
uploader_log_path = lz_basepath + "/LOGS" uploader_log_path = lz_basepath + "/LOGS"
......
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