mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
better defaults handling
This commit is contained in:
parent
2e2bdf1ea1
commit
692128ad1d
@ -365,7 +365,7 @@ def create_storage_farm_broker(config, default_connection_handlers, foolscap_con
|
||||
tub_options,
|
||||
default_connection_handlers,
|
||||
foolscap_connection_handlers,
|
||||
handler_overrides=handler_overrides or {},
|
||||
handler_overrides={} if handler_overrides is None else handler_overrides,
|
||||
**kwargs
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user