Merge pull request #31440 from cachedout/master_tops_type

Set correct type for master_tops config value
This commit is contained in:
Nicole Thomas 2016-03-02 14:17:14 -07:00
commit 6075774a01

View file

@ -228,7 +228,7 @@ VALID_OPTS = {
'max_open_files': int,
'auto_accept': bool,
'autosign_timeout': int,
'master_tops': bool,
'master_tops': dict,
'order_masters': bool,
'job_cache': bool,
'ext_job_cache': str,