You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Fraction: Update Python __repr__
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
}
|
||||
std::string __repr__() {
|
||||
std::ostringstream result;
|
||||
result << $self->num << ":" << $self->den;
|
||||
result << "Fraction(" << $self->num << ", " << $self->den << ")";
|
||||
return result.str();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user