Skip to content

Commit

Permalink
=fixed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mjdupont12 committed Dec 18, 2024
1 parent 78ffac9 commit 8a5a916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_bentoctl/other_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def init_dirs():
# - cBioPortal
**({"cbioportal": "BENTO_CBIOPORTAL_STUDY_DIR"} if c.BENTO_FEATURE_CBIOPORTAL.enabled else {}),
# - minio
**({"minio": "BENTO_MINIO_DATA_DIR"} if c.BENTO_FEATURE_MINIO.enabled else {}),
**({"minio": "BENTO_MINIO_DATA_DIR"} if c.BENTO_FEATURE_MINIO.enabled else {}),
# - Monitoring: Grafana/Loki
**({"grafana": "BENTO_GRAFANA_LIB_DIR"} if c.BENTO_FEATURE_MONITORING else {}),
**({"loki": "BENTO_LOKI_TEMP_DIR"} if c.BENTO_FEATURE_MONITORING else {}),
Expand Down

0 comments on commit 8a5a916

Please sign in to comment.