Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ISPyB client: handle boolean loginTranslate property correctly
When using YAML config file for ISPyBClient hardware object, it feels logical to use YAML boolean type for 'loginTranslate' property. For example a following config file: class: ISPyBClient.ISPyBClient configuration: authServerType: ispyb loginTranslate: false This change fixes a bug where 'self.loginTranslate' would be assigned True value for the config file above.
- Loading branch information