charm-cinder/.gitignore
Liam Young d8d180aaaf Fix _parse_block_device to return (str, int)
_parse_block_device was returning inconsistent types. This seems
to have been working by accident under py2 but fails for py3.

This change fixes _parse_block_device to always returns (str, int)

Closes-Bug: #1732413
Change-Id: If0bfb4030ab9acfdf599ef8e70fed14816df3e26
2017-11-15 14:12:14 +00:00

10 lines
86 B
Plaintext

bin
.coverage
.testrepository
.tox
*.sw[nop]
*.pyc
.unit-state.db
.stestr
__pycache__