Skip to content

Commit 6a6ca3c

Browse files
committed
ruff
1 parent f013ab2 commit 6a6ca3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

v03_pipeline/lib/model/environment.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
)
1313
HAIL_TMP_DIR = os.environ.get('HAIL_TMP_DIR', '/tmp') # noqa: S108
1414
HAIL_SEARCH_DATA_DIR = os.environ.get(
15-
'HAIL_SEARCH_DATA_DIR', '/seqr/seqr-hail-search-data'
15+
'HAIL_SEARCH_DATA_DIR',
16+
'/seqr/seqr-hail-search-data',
1617
)
1718
LOADING_DATASETS_DIR = os.environ.get('LOADING_DATASETS_DIR', '/seqr/seqr-loading-temp')
1819
PRIVATE_REFERENCE_DATASETS_DIR = os.environ.get(

0 commit comments

Comments
 (0)