Skip to content

Commit ba86744

Browse files
committed
Use OPENSHOT_VERSION_FULL as Python str()
1 parent c422f4f commit ba86744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings/python/openshot.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
%extend openshot::OpenShotVersion {
124124
// Give the struct a string representation
125125
const std::string __str__() {
126-
return std::string(openshot::OpenShotVersion::ToString());
126+
return std::string(OPENSHOT_VERSION_FULL);
127127
}
128128
}
129129

0 commit comments

Comments
 (0)