Skip to content

Commit a5f1c6f

Browse files
committed
Use empty string to represent no file provided
1 parent 1e4ca8c commit a5f1c6f

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
@@ -97,7 +97,7 @@ class Security(BaseModel):
9797
feedback_queue: str = "murfey_feedback"
9898
graylog_host: str = ""
9999
graylog_port: Optional[int] = None
100-
ispyb_credentials: Optional[str] = None
100+
ispyb_credentials: str = ""
101101

102102
@validator("graylog_port")
103103
def check_port_present_if_host_is(

0 commit comments

Comments
 (0)