version from pbr is a method, not an attribute
We were returning the method object, as we were not calling it. Change-Id: Ia6592f86ba32883e5d6cf2a2a30bddeadc7bbbac
This commit is contained in:
parent
735e7d06af
commit
113a5e5517
@ -17,4 +17,4 @@
|
||||
import pbr.version
|
||||
|
||||
version_info = pbr.version.VersionInfo('ooi')
|
||||
version_string = version_info.version_string
|
||||
version_string = version_info.version_string()
|
||||
|
Loading…
x
Reference in New Issue
Block a user