Skip to content

Commit c8e6caa

Browse files
committed
'murfey_db_credentials' no longer part of MachineConfig
1 parent 85d905d commit c8e6caa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/murfey/util/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def get_global_config() -> GlobalConfig:
560560
return global_config_from_file(machine_config.global_configuration_path)
561561
return GlobalConfig(
562562
session_validation="",
563-
murfey_db_credentials="",
563+
murfey_db_credentials=None,
564564
crypto_key="",
565565
auth_key="",
566566
auth_algorithm="",
@@ -576,7 +576,6 @@ def get_machine_config(instrument_name: str = "") -> dict[str, MachineConfig]:
576576
calibrations={},
577577
data_directories=[],
578578
rsync_basepath=Path("dls/tmp"),
579-
murfey_db_credentials="",
580579
default_model="/tmp/weights.h5",
581580
)
582581
}

0 commit comments

Comments
 (0)