NSLS-II / metadatastore

DEPRECATED: Incorporated into https://github.com/NSLS-II/databroker
Other
2 stars 11 forks source link

FIX: Ensure port is an int. #194

Closed danielballan closed 8 years ago

danielballan commented 8 years ago

When defining the MDS_PORT via a environmental variable, I get

TypeError: port must be an instance of int

This resolves the issue at the lowest level.

ericdill commented 8 years ago

Good catch. That has bitten me previously too. I wonder what regression caused it to surface again

danielballan commented 8 years ago

The code that originally fixed this has been refactored away. With help from @tacaswell I fixed it at the source. Please please someone merge so I can stop seeing this error.

ericdill commented 8 years ago

LGTM. Sorry this sat for so long @danielballan.