Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More precise remaining time calculation, ui.py split #42

Draft
wants to merge 11 commits into
base: py3k
Choose a base branch
from
Prev Previous commit
Next Next commit
split ui.py, more accurate remaining time calculation, better progres…
…sbar
  • Loading branch information
sezanzeb committed Sep 6, 2020
commit cf5d6b2e9aa849f33d696151544bf0a7ff6b6189
4 changes: 2 additions & 2 deletions soundconverter/gstreamer/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,9 @@ def _conversion_done(self):

assert vfs_exists(newname)

logger.info("converted '{}' to '{}'".format(
"""logger.info("converted '{}' to '{}'".format(
beautify_uri(input_uri), beautify_uri(newname)
))
))"""

# Copy file permissions
source = Gio.file_parse_name(self.sound_file.uri)
Expand Down
Loading