Skip to content

Commit e8b615a

Browse files
committed
Murfey database is essential, so 'murfey_db_credentials' isn't Optional
1 parent 3a8c440 commit e8b615a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/util/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def from_file(config_file_path: Path, instrument: str = "") -> Dict[str, Machine
8383

8484

8585
class Security(BaseModel):
86-
murfey_db_credentials: Optional[Path] = None
86+
murfey_db_credentials: Path
8787
crypto_key: str
8888
auth_key: str = ""
8989
auth_algorithm: str = ""

0 commit comments

Comments
 (0)