Fix a typo of global variable in comm.py(#3852) (#3852)
This is a bugfix for #3851, global variable cdb is mistakenly written as
cbd. There's no local variable of the same name in this function, so no
effect on functionality yet.
Co-authored-by: Michael Wyatt <michaelwyatt@microsoft.com>